Condividi tramite


CTokenPrivileges::operator =

Operatore di assegnazione.

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

Parametri

  • rPrivileges
    La struttura TOKEN_PRIVILEGES da assegnare a CTokenPrivileges l'oggetto.

  • rhs
    L'oggetto CTokenPrivileges da assegnare all'oggetto.

Valore restituito

Restituisce l'oggetto aggiornato CTokenPrivileges.

Requisiti

Header: atlsecurity.h

Vedere anche

Riferimenti

CTokenPrivileges Class