Searched refs:SetMsgResult (Results 1 – 3 of 3) sorted by relevance
43 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()
47 LONG_PTR SetMsgResult(LONG_PTR newLongPtr) { return SetLongPtr(DWLP_MSGRESULT, newLongPtr); } in SetMsgResult() function
134 LONG_PTR SetMsgResult(LONG_PTR newLongPtr ) in SetMsgResult() function