Home
last modified time | relevance | path

Searched refs:SendMsgW (Results 1 - 2 of 2) sorted by relevance

/third_party/lzma/CPP/Windows/Control/
H A DComboBox.cpp37 return SendMsgW(CB_ADDSTRING, 0, (LPARAM)s); in AddString()
46 LRESULT len = SendMsgW(CB_GETLBTEXTLEN, MY_int_TO_WPARAM(index), 0); in GetLBText()
49 LRESULT len2 = SendMsgW(CB_GETLBTEXT, MY_int_TO_WPARAM(index), (LPARAM)s.GetBuf((unsigned)len)); in GetLBText()
/third_party/lzma/CPP/Windows/
H A DWindow.h308 LRESULT SendMsgW(UINT message, WPARAM wParam = 0, LPARAM lParam = 0) in SendMsgW() function in NWindows::CWindow

Completed in 2 milliseconds