CDacl::operator =

Assignment operator.

CDacl & 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 CDacl object.

Remarks

You should ensure that you only pass a DACL (discretionary access-control list) to this function. Passing a SACL (system access-control list) to this function will cause an ASSERT in debug builds but will cause no error in release builds.

Requirements

Header: atlsecurity.h

See Also

Reference

CDacl Class

Other Resources

CDacl Members