次の方法で共有


CSecurityDesc::operator =

代入演算子。

CSecurityDesc & operator =(
   const SECURITY_DESCRIPTOR & rhs 
) throw(...);
CSecurityDesc & operator =(
   const CSecurityDesc & rhs 
) throw(...);

パラメーター

  • rhs
    CSecurityDesc にオブジェクトを割り当てる CSecurityDescSECURITY_DESCRIPTOR の構造やオブジェクト。

戻り値

更新後の CSecurityDesc オブジェクトを返します。

必要条件

ヘッダー : atlsecurity.h

参照

関連項目

CSecurityDesc クラス

SECURITY_DESCRIPTOR