CAcl::RemoveAce

CAcl 对象中移除特定ACE (访问控制项)。

void RemoveAce( 
   UINT nIndex 
) throw( );

参数

  • nIndex
    对于移除的ACE项的索引。

备注

此方法从 CAtlArray::RemoveAt派生。

要求

Header: atlsecurity.h

请参见

参考

CAcl选件类

CAcl::RemoveAces