CAcl::RemoveAces

Removes alls ACEs (access-control entries) from the CAcl that apply to the given CSid.

bool RemoveAces( 
   const CSid & rSid 
) throw(...)

Parameters

  • rSid
    A reference to a CSid object.

Returns

Returns true if successful, false if no ACEs are removed or the CAcl or CSid objects are invalid.

Requirements

Header: atlsecurity.h

See Also

Reference

CAcl Class

CAcl::RemoveAce

Other Resources

CAcl Members