Searched refs:OnSetActive (Results 1 – 2 of 2) sorted by relevance
27 virtual LONG OnSetActive() { return false; } // false = OK in OnSetActive() function28 virtual LONG OnSetActive(const PSHNOTIFY *) { return OnSetActive(); } in OnSetActive() function
39 case PSN_SETACTIVE: SetMsgResult(OnSetActive(LPPSHNOTIFY(lParam))); break; in OnNotify()