ACL_REVISION_INFORMATION

typedef struct _ACL_REVISION_INFORMATION {

DWORD AclRevision;

} ACL_REVISION_INFORMATION;

The ACL_REVISION_INFORMATION data structure contains revision information about an ACL data structure. An ACL is an access control list.

Members

AclRevision

Specifies a revision number.

See Also

GetAclInformation, SetAclInformation, ACL_SIZE_INFORMATION