<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
VB Signature
<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
User-Defined Types:
None.
Alternative Managed API:
Do you know one? Please contribute it!
Notes:
None.
Tips & Tricks:
Please add some!
Sample Code:
Please add some!
The [AddAce] function adds one or more access control entries (ACEs) to a specified access control list (ACL).
2/6/2012 1:28:52 PM - -121.44.126.251
TODO - a short description
10/16/2008 2:58:14 PM - -61.95.178.69
Please edit this page!
Do you have...
helpful tips or sample code to share for using this API in managed code?
corrections to the existing content?
variations of the signature you want to share?
additional languages you want to include?
Select "Edit This Page" on the right hand toolbar and edit it! Or add new pages containing supporting types needed for this API (structures, delegates, and more).