次の方法で共有


CTokenPrivileges::operator =

代入演算子。

CTokenPrivileges & operator =(
   const TOKEN_PRIVILEGES & rPrivileges
) throw(...);
CTokenPrivileges & operator =(
   const CTokenPrivileges & rhs 
) throw(...);

パラメーター

  • rPrivileges
    CTokenPrivileges にオブジェクトを割り当てる TOKEN_PRIVILEGES の構造。

  • rhs
    オブジェクトに割り当てる CTokenPrivileges のオブジェクト。

戻り値

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

必要条件

ヘッダー : atlsecurity.h

参照

関連項目

CTokenPrivileges クラス