CSacl::operator =

Assignment operator.

CSacl & operator =(
   const ACL & rhs 
) throw(...);

Parameters

  • rhs
    The ACL (access-control list) to assign to the existing object.

Return Value

Returns a reference to the updated CSacl object. Ensure that the ACL parameter is actually a system access-control list (SACL) and not a discretionary access-control list (DACL). In debug builds an assertion will occur, and in release builds the ACL parameter will be ignored.

Requirements

Header: atlsecurity.h

See Also

Reference

CSacl Class

Other Resources

CSacl Members