Searched refs:OnApply (Results 1 – 2 of 2) sorted by relevance
29 virtual LONG OnApply() { return PSNRET_NOERROR; } in OnApply() function30 virtual LONG OnApply(const PSHNOTIFY *) { return OnApply(); } in OnApply() function
37 case PSN_APPLY: SetMsgResult(OnApply(LPPSHNOTIFY(lParam))); break; in OnNotify()