CTokenPrivileges::operator =
更新 : 2007 年 11 月
代入演算子です。
CTokenPrivileges & operator =(
const TOKEN_PRIVILEGES & rPrivileges
) throw(...);
CTokenPrivileges & operator =(
const CTokenPrivileges & rhs
) throw(...);
パラメータ
rPrivileges
CTokenPrivileges オブジェクトに割り当てる TOKEN_PRIVILEGES 構造体。rhs
オブジェクトに割り当てる CTokenPrivileges オブジェクト。
戻り値
更新後の CTokenPrivileges オブジェクトを返します。
必要条件
ヘッダー : atlsecurity.h