Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The constructor.
CSecurityDesc( ) throw( );
CSecurityDesc(
const CSecurityDesc & rhs
) throw(...);
CSecurityDesc(
const SECURITY_DESCRIPTOR & rhs
) throw(...);
Parameters
- rhs
The CSecurityDesc object or SECURITY_DESCRIPTOR structure to assign to the new CSecurityDesc object.
Remarks
The CSecurityDesc object can optionally be created using a SECURITY_DESCRIPTOR structure or a previously defined CSecurityDesc object.
Requirements
Header: atlsecurity.h