Поделиться через


CSacl::RemoveAce

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

void RemoveAce( 
   UINT nIndex 
) throw( );

Параметры

  • nIndex
    Index to the ACE entry to remove.

Заметки

This method is derived from CAtlArray::RemoveAt.

Требования

Header: atlsecurity.h

См. также

Основные понятия

CSacl Class

CSacl Members

CSacl::RemoveAllAces