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.
CSecurityAttributes( ) throw( );
explicit CSecurityAttributes(
const CSecurityDesc & rSecurityDescriptor,
bool bInheritHandle = false
) throw(...);
Parameters
rSecurityDescriptor
Reference to a security descriptor.bInheritHandle
Specifies whether the returned handle is inherited when a new process is created. If this member is true, the new process inherits the handle.
Requirements
Header: atlsecurity.h