CSecurityDesc::operator =
Assignment operator.
CSecurityDesc & operator =(
const SECURITY_DESCRIPTOR & rhs
) throw(...);
CSecurityDesc & operator =(
const CSecurityDesc & rhs
) throw(...);
Parameters
- rhs
The SECURITY_DESCRIPTOR structure or CSecurityDesc object to assign to the CSecurityDesc object.
Return Value
Returns the updated CSecurityDesc object.
Requirements
Header: atlsecurity.h