virtual BOOL PageDialogProc(HWND, UINT, WPARAM, LPARAM) PURE;
Parameters
See the parameter list for the Win32 SDK DialogProc function.
Comments
Must be overridden by a derived class to handle dialog messages. CCtlPropertyPage::DialogProc preprocesses messages before passing them to this method. Derived classes shouldn’t need to extend DialogProc unless the base-class handling of desired messages is not sufficient.