[DllImport("advapi32.dll", SetLastError = true)]
static extern bool AddAccessAllowedAce(IntPtr pAcl, uint dwAceRevision, ACCESS_MASK AccessMask, IntPtr pSid);
<DllImport("advapi32.dll", SetLastError:=true)> _
Public Function AddAccessAllowedAce(pAcl As IntPtr, _
dwAceRevision As UInteger, _
AccessMask As ACCESS_MASK, _
pSid As IntPtr) As <MarshalAs(UnmanagedType.Bool)> Boolean
End Function
Public Declare Function AddAccessAllowedAce Lib "advapi32.dll" _
(pAcl As Long, _
dwAceRevision As Long, _
AccessMask As ACCESS_MASK, _
pSid As Long) As Boolean
Do you know one? Please contribute it!
None.
Please add some!
Please add some!