Platform SDK: Access Control |
The PropertySheetPageCallback method notifies an EditSecurity or CreateSecurityPage caller that an access control editor property page is being created or destroyed.
HRESULT PropertySheetPageCallback( HWND hwnd, UINT uMsg, SI_PAGE_TYPE uPage );
Value | Meaning |
---|---|
PSPCB_CREATE | Indicates that a property page is being created. |
PSPCB_RELEASE | Indicates that a property page is being destroyed. |
PSPCB_SI_INITDIALOG | Indicates that a property page is being initialized. |
Return S_OK if successful.
Return a nonzero error code if an error occurs.
Windows NT/2000: Requires Windows 2000.
Header: Declared in Aclui.h.
Access Control Editor Overview, Access Control Editor Interfaces, CreateSecurityPage, EditSecurity, SI_PAGE_TYPE