Home
last modified time | relevance | path

Searched refs:SetMsgResult (Results 1 – 3 of 3) sorted by relevance

/external/lzma/CPP/Windows/Control/
DPropertyPage.cpp37 case PSN_APPLY: SetMsgResult(OnApply(LPPSHNOTIFY(lParam))); break; in OnNotify()
38 case PSN_KILLACTIVE: SetMsgResult(BoolToBOOL(OnKillActive(LPPSHNOTIFY(lParam)))); break; in OnNotify()
39 case PSN_SETACTIVE: SetMsgResult(OnSetActive(LPPSHNOTIFY(lParam))); break; in OnNotify()
DWindow2.h45 LONG_PTR SetMsgResult(LONG_PTR newLongPtr) { return SetLongPtr(DWLP_MSGRESULT, newLongPtr); } in SetMsgResult() function
DDialog.h112 LONG_PTR SetMsgResult(LONG_PTR newLongPtr ) in SetMsgResult() function