ACL_INFORMATION_CLASS (Enums)
Last changed: -174.52.204.100

.
Summary
Tells the GetAclInformation function what kind of information to return.

C# Definition:

enum ACL_INFORMATION_CLASS
{
     AclRevisionInformation = 1,
     AclSizeInformation
}

VB Definition:

Enum ACL_INFORMATION_CLASS
   TODO
End Enum

Notes:

None.

Excellent!

Documentation