HomeSort by relevance Sort by last modified time
    Searched refs:OnApply (Results 1 - 2 of 2) sorted by null

  /external/lzma/CPP/Windows/Control/
PropertyPage.h 29 virtual LONG OnApply() { return PSNRET_NOERROR; }
30 virtual LONG OnApply(const PSHNOTIFY *) { return OnApply(); }
PropertyPage.cpp 37 case PSN_APPLY: SetMsgResult(OnApply(LPPSHNOTIFY(lParam))); break;

Completed in 107 milliseconds