OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SetMsgResult
(Results
1 - 3
of
3
) sorted by null
/external/lzma/CPP/Windows/Control/
PropertyPage.cpp
37
case PSN_APPLY:
SetMsgResult
(OnApply(LPPSHNOTIFY(lParam))); break;
38
case PSN_KILLACTIVE:
SetMsgResult
(BoolToBOOL(OnKillActive(LPPSHNOTIFY(lParam)))); break;
39
case PSN_SETACTIVE:
SetMsgResult
(OnSetActive(LPPSHNOTIFY(lParam))); break;
Window2.h
45
LONG_PTR
SetMsgResult
(LONG_PTR newLongPtr) { return SetLongPtr(DWLP_MSGRESULT, newLongPtr); }
Dialog.h
111
LONG_PTR
SetMsgResult
(LONG_PTR newLongPtr )
Completed in 861 milliseconds