Home
last modified time | relevance | path

Searched refs:OnSetActive (Results 1 – 2 of 2) sorted by relevance

/external/lzma/CPP/Windows/Control/
DPropertyPage.h27 virtual LONG OnSetActive() { return false; } // false = OK in OnSetActive() function
28 virtual LONG OnSetActive(const PSHNOTIFY *) { return OnSetActive(); } in OnSetActive() function
DPropertyPage.cpp39 case PSN_SETACTIVE: SetMsgResult(OnSetActive(LPPSHNOTIFY(lParam))); break; in OnNotify()