deleteace (advapi32)
Last changed: 66.249.65.229

.
Summary
Deletes an ACE from an ACL.

C# Signature:

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

VB .NET Signature:

Declare Function DeleteAce Lib "advapi32.dll" (pAcl As IntPtr, _
   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