Home
last modified time | relevance | path

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

/third_party/lzma/CPP/Windows/Control/
DPropertyPage.cpp43 case PSN_APPLY: SetMsgResult(OnApply2(LPPSHNOTIFY(lParam))); break; in OnNotify()
44 case PSN_KILLACTIVE: SetMsgResult(BoolToBOOL(OnKillActive2(LPPSHNOTIFY(lParam)))); break; in OnNotify()
45 case PSN_SETACTIVE: SetMsgResult(OnSetActive2(LPPSHNOTIFY(lParam))); break; in OnNotify()
DWindow2.h47 LONG_PTR SetMsgResult(LONG_PTR newLongPtr) { return SetLongPtr(DWLP_MSGRESULT, newLongPtr); } in SetMsgResult() function
DDialog.h134 LONG_PTR SetMsgResult(LONG_PTR newLongPtr ) in SetMsgResult() function