Exemple #1
0
 public static uint GetAclSize(PACL pAcl) => pAcl.GetAclInformation <ACL_SIZE_INFORMATION>().AclBytesInUse;
Exemple #2
0
 public static uint GetAceCount(this PACL pAcl) => pAcl.GetAclInformation <ACL_SIZE_INFORMATION>().AceCount;