次の方法で共有


CSecurityAttributes::CSecurityAttributes

コンストラクターです。

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

パラメーター

  • rSecurityDescriptor
    セキュリティ記述子への参照。

  • bInheritHandle
    新しいプロセスが作成される場合、返されたハンドルを継承するかを指定します。このメンバーが TRUE の場合、新しいプロセスはハンドルを継承します。

必要条件

ヘッダー : atlsecurity.h

参照

関連項目

CSecurityAttributes クラス

CSecurityAttributes::Set