enumerazione TOKEN_TYPE (ntifs.h)
Il tipo di enumerazione TOKEN_TYPE contiene valori che distinguono 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. |
Fabbisogno
Requisito | Valore |
---|---|
intestazione |
ntifs.h (include Ntifs.h) |