CTokenPrivileges::operator =

赋值运算符。

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

参数

  • rPrivileges
    分配给 CTokenPrivileges 对象的 TOKEN_PRIVILEGES 结构。

  • rhs
    分配的 CTokenPrivileges 对象到对象。

返回值

返回更新 CTokenPrivileges 对象。

要求

Header: atlsecurity.h

请参见

参考

CTokenPrivileges选件类