ACL_INFORMATION_CLASS enumeration
The ACL_INFORMATION_CLASS enumeration contains values that specify the type of information being assigned to or retrieved from an access control list (ACL).
Syntax
typedef enum _ACL_INFORMATION_CLASS { AclRevisionInformation = 1, AclSizeInformation } ACL_INFORMATION_CLASS;
Constants
- AclRevisionInformation
-
Indicates ACL revision information.
- AclSizeInformation
-
Indicates ACL size information.
Requirements
|
Minimum supported client |
Windows XP [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2003 [desktop apps only] |
|
Header |
|
See also
- Access Control Overview
- Authorization Enumerations
- ACL
- ACL_REVISION_INFORMATION
- ACL_SIZE_INFORMATION
- GetAclInformation
- SetAclInformation
Show: