enumeración TOKEN_TYPE (ntifs.h)

El tipo de enumeración TOKEN_TYPE contiene valores que diferencian entre un token principal y un token de suplantación.

Syntax

typedef enum _TOKEN_TYPE {
  TokenPrimary,
  TokenImpersonation
} TOKEN_TYPE;

Constantes

 
TokenPrimary
Indica un token principal.
TokenImpersonation
Indica un token de suplantación.

Requisitos

Requisito Valor
Header ntifs.h (incluya Ntifs.h)

Consulte también

SeQueryInformationToken

TOKEN_INFORMATION_CLASS

TOKEN_STATISTICS

ZwQueryInformationToken

ZwSetInformationToken