The SI_PAGE_TYPE enumeration type contains values that indicate the 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_EFFECTIVE, SI_PAGE_TAKEOWNERSHIP } SI_PAGE_TYPE;
The basic security property page for editing the object's DACL.
The Permissions tab for advanced editing of the object's DACL, such as editing object-specific ACEs.
The Auditing tab for editing the object's SACL.
The Owner tab for editing the object's owner.
The Effective Permission tab that displays the effective permissions granted to a specified user or group for access to the object.
A dialog box for changing the owner of the object.
Send comments about this topic to Microsoft
Build date: 6/26/2009