Поделиться через


CSecurityAttributes::CSecurityAttributes

The constructor.

CSecurityAttributes( ) throw( ); 
explicit CSecurityAttributes(
   const CSecurityDesc & rSecurityDescriptor,
   bool bInheritHandle = false
) throw(...);

Параметры

  • 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.

Требования

Header: atlsecurity.h

См. также

Основные понятия

CSecurityAttributes Class

CSecurityAttributes Members

CSecurityAttributes::Set