CAcl::operator =

Assignment operator.

CAcl & operator =( 
   const CAcl & rhs  
) throw(...);

Parameters

  • rhs
    The CAcl to assign to the existing object.

Return Value

Returns a reference to the updated CAcl object.

Requirements

Header: atlsecurity.h

See Also

Reference

CAcl Class