Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The TOKEN_TYPE enumeration type contains values that differentiate between a primary token and an impersonation token.
Syntax
typedef enum _TOKEN_TYPE {
TokenPrimary,
TokenImpersonation
} TOKEN_TYPE;
Constants
TokenPrimaryIndicates a primary token. |
TokenImpersonationIndicates an impersonation token. |
Requirements
| Requirement | Value |
|---|---|
| Header | ntifs.h (include Ntifs.h) |