DeleteAce (advapi32)
Last changed: 66.249.65.229

.
Summary
Deletes an ACE from an ACL.

C# Signature:

[DllImport("advapi32.dll", SetLastError=true)]
static extern bool DeleteAce(IntPtr pAcl, int dwAceIndex);

VB Signature:

Declare Function DeleteAce Lib "advapi32.dll" (ByVal pAcl As IntPtr, _
   ByVal dwAceIndex As Integer) As Boolean

User-Defined Types:

None.

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Alternative Managed API:

Do you know one? Please contribute it!

Documentation
DeleteAce on MSDN