.
The [InitializeAcl] function initializes a new ACL structure.
3/16/2007 7:32:30 AM - anonymous
.
static extern bool InitializeAcl(IntPtr pAcl, uint nAclLength, uint dwAclRevision);
.
Declare Function InitializeAcl Lib "advapi32.dll" (TODO) As TODO
.