enumerazione TOKEN_TYPE (ntifs.h)

Il tipo di enumerazione TOKEN_TYPE contiene valori che differenziano tra un token primario e un token di rappresentazione.

Sintassi

typedef enum _TOKEN_TYPE {
  TokenPrimary,
  TokenImpersonation
} TOKEN_TYPE;

Costanti

 
TokenPrimary
Indica un token primario.
TokenImpersonation
Indica un token di rappresentazione.

Requisiti

Requisito Valore
Intestazione ntifs.h (include Ntifs.h)

Vedi anche

SeQueryInformationToken

TOKEN_INFORMATION_CLASS

TOKEN_STATISTICS

ZwQueryInformationToken

ZwSetInformationToken