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