ACL_INFORMATION_CLASS enumeration (winnt.h)
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 Value: 1 Indicates ACL revision information. |
AclSizeInformation Indicates ACL size information. |
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows XP [desktop apps only] |
Minimum supported server | Windows Server 2003 [desktop apps only] |
Header | winnt.h (include Windows.h) |