Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The ACL_REVISION_INFORMATION structure contains revision information about an ACL structure.
Syntax
typedef struct _ACL_REVISION_INFORMATION {
  DWORD AclRevision;
} ACL_REVISION_INFORMATION;
Members
AclRevision
Specifies a revision number. The current revision number is ACL_REVISION.
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) |