OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SendMsgW
(Results
1 - 2
of
2
) sorted by null
/external/lzma/CPP/Windows/Control/
ComboBox.cpp
37
return
SendMsgW
(CB_ADDSTRING, 0, (LPARAM)s);
46
LRESULT len =
SendMsgW
(CB_GETLBTEXTLEN, index, 0);
49
LRESULT len2 =
SendMsgW
(CB_GETLBTEXT, index, (LPARAM)s.GetBuf((unsigned)len));
/external/lzma/CPP/Windows/
Window.h
229
LRESULT
SendMsgW
(UINT message, WPARAM wParam = 0, LPARAM lParam = 0)
Completed in 540 milliseconds