次の方法で共有


CSecurityAttributes::Set

CSecurityAttributes オブジェクトの属性を設定します。

void Set(
   const CSecurityDesc & rSecurityDescriptor,
   bool bInheritHandle = false
) throw(...);

パラメーター

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

  • bInheritHandle
    新しいプロセスの作成時に、返されるハンドルを継承するかどうかを示す値。 このメンバーが true の場合、新しいプロセスはハンドルを継承します。

解説

このメソッドは、CSecurityAttributes オブジェクトを初期化するためにコンストラクターが使用します。

必要条件

**ヘッダー:**atlsecurity.h

参照

参照

CSecurityAttributes クラス

その他の技術情報

CSecurityAttributes のメンバー