CTokenPrivileges::CTokenPrivileges

构造函数。

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

参数

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

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

备注

使用 TOKEN_PRIVILEGES 结构或以前定义的 CTokenPrivileges 对象,CTokenPrivileges 对象可以选择将创建。

要求

Header: atlsecurity.h

请参见

参考

CTokenPrivileges选件类

CTokenPrivileges::~CTokenPrivileges