AddAccessAllowedAce (advapi32)
Last changed: -91.119.3.204

.
Summary
The AddAccessAllowedAce function adds an access-allowed access control entry (ACE) to an access control list (ACL). The access is granted to a specified security identifier (SID).

C# Signature:

[DllImport("advapi32.dll", SetLastError = true)]
static extern bool AddAccessAllowedAce(IntPtr pAcl, uint dwAceRevision, ACCESS_MASK AccessMask, IntPtr pSid);

VB Signature:

Declare Function AddAccessAllowedAce Lib "advapi32.dll" (TODO) As TODO

User-Defined Types:

ACCESS_MASK

Alternative Managed API:

Do you know one? Please contribute it!

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Documentation