2.2.3 LSAPR_ACL

The LSAPR_ACL structure defines the header of an access control list (ACL) as specified in [MS-LSAD] section 2.2.3.2.

 typedef struct _LSAPR_ACL {
   unsigned char AclRevision;
   unsigned char Sbz1;
   unsigned short AclSize;
   [size_is(AclSize - 4)] unsigned char Dummy1[*];
 } LSAPR_ACL,
  *PLSAPR_ACL;

Individual member semantics are specified in [MS-LSAD] section 2.2.3.2.