Compartir a través de


CDacl::RemoveAce

Removes a specific ACE (access-control entry) from the CDacl object.

void RemoveAce( 
   UINT nIndex 
) throw( );

Parameters

  • nIndex
    Index to the ACE entry to remove.

Remarks

This method is derived from CAtlArray::RemoveAt.

Requirements

Header: atlsecurity.h

See Also

Reference

CDacl Class

CDacl::RemoveAllAces

Other Resources

CDacl Members