ACL_INFORMATION_CLASS

typedef enum tagACL_INFORMATION_CLASS { /* aclic */

AclRevisionInformation,

AclSizeInformation

} ACL_INFORMATION_CLASS ;

The ACL_INFORMATION_CLASS enumerated type is used to indicate the type of information being assigned to or retrieved from an ACL. Among the functions that use this type are GetAclInformation and SetAclInformation

See Also

ACL, ACE, TOKEN_INFORMATION_CLASS, GetAclInformation, SetAclInformation