.
The [AddAce] function adds one or more access control entries (ACEs) to a specified access control list (ACL).
2/6/2012 6:28:52 AM - cody@cutrer.us-66.133.111.172
TODO - a short description
10/16/2008 7:58:14 AM - anonymous
.
static extern bool AddAce(IntPtr pAcl, uint dwAceRevision, uint dwStartingAceIndex, IntPtr pAceList, uint nAceListLength);
.
Public Function AddAce(pAcl As IntPtr, _
.
Public Declare Function AddAce Lib "advapi32.dll" _
.