| Platform SDK: Access Control |
The SI_PAGE_TYPE enumeration type contains values that indicate types of property pages in an access control editor property sheet.
typedef enum _SI_PAGE_TYPE
{
SI_PAGE_PERM=0,
SI_PAGE_ADVPERM,
SI_PAGE_AUDIT,
SI_PAGE_OWNER,
} SI_PAGE_TYPE;
| Enumerator value | Meaning |
|---|---|
| SI_PAGE_PERM | Indicates the basic security property page for editing the object's DACL. |
| SI_PAGE_ADVPERM | Indicates the Permissions property page for advanced editing of the object's DACL, such as editing object-specific ACEs. |
| SI_PAGE_AUDIT | Indicates the Auditing property page for editing the object's SACL. |
| SI_PAGE_OWNER | Indicates the Owner property page for editing the object's owner. |
Windows NT/2000: Requires Windows 2000.
Header: Declared in Aclui.h.
Access Control Editor Overview, Access Control Editor Enumeration Types, ISecurityInformation::PropertySheetPageCallback