Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The SI_PAGE_TYPE enumeration contains values that indicate the types of property pages in an access control editor property sheet.
Syntax
typedef enum _SI_PAGE_TYPE {
SI_PAGE_PERM,
SI_PAGE_ADVPERM,
SI_PAGE_AUDIT,
SI_PAGE_OWNER,
SI_PAGE_EFFECTIVE,
SI_PAGE_TAKEOWNERSHIP,
SI_PAGE_SHARE
} SI_PAGE_TYPE;
Constants
SI_PAGE_PERMThe basic security property page for editing the object's DACL. |
SI_PAGE_ADVPERMThe Permissions tab for advanced editing of the object's DACL, such as editing object-specific ACEs. |
SI_PAGE_AUDITThe Auditing tab for editing the object's SACL. |
SI_PAGE_OWNERThe Owner tab for editing the object's owner. |
SI_PAGE_EFFECTIVEThe Effective Permission tab that displays the effective permissions granted to a specified user or group for access to the object. |
SI_PAGE_TAKEOWNERSHIPA dialog box for changing the owner of the object. |
SI_PAGE_SHARE |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows XP [desktop apps only] |
| Minimum supported server | Windows Server 2003 [desktop apps only] |
| Header | aclui.h |