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