ISecurityInformation::PropertySheetPageCallback method
The PropertySheetPageCallback method notifies an EditSecurity or CreateSecurityPage caller that an access control editor property page is being created or destroyed.
Syntax
HRESULT PropertySheetPageCallback( [in] HWND hwnd, [in] UINT uMsg, [in] SI_PAGE_TYPE uPage );
Parameters
- hwnd [in]
-
If uMsg is PSPCB_SI_INITDIALOG, hwnd is a handle to the property page dialog box. Otherwise, hwnd is NULL.
- uMsg [in]
-
Identifies the message being received. This parameter is one of the following values.
- uPage [in]
-
A value from the SI_PAGE_TYPE enumeration type that indicates the type of access control editor property page being created or destroyed.
Return value
Returns S_OK if successful.
Returns a nonzero error code if an error occurs.
Requirements
|
Minimum supported client | Windows XP [desktop apps only] |
|---|---|
|
Minimum supported server | Windows Server 2003 [desktop apps only] |
|
Header |
|
See also
- ISecurityInformation
- Access Control Editor
- Access Control Editor Functions
- CreateSecurityPage
- EditSecurity
- SI_PAGE_TYPE
Send comments about this topic to Microsoft
Build date: 10/26/2012