Поделиться через


CTokenPrivileges::CTokenPrivileges

The constructor.

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

Параметры

  • rhs
    The CTokenPrivileges object to assign to the new object.

  • rPrivileges
    The TOKEN_PRIVILEGES structure to assign to the new CTokenPrivileges object.

Заметки

The CTokenPrivileges object can optionally be created using a TOKEN_PRIVILEGES structure or a previously defined CTokenPrivileges object.

Требования

Header: atlsecurity.h

См. также

Основные понятия

CTokenPrivileges Class

CTokenPrivileges Members

CTokenPrivileges::~CTokenPrivileges