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
TokenPrimary Indicates a primary token. |
TokenImpersonation Indicates an impersonation token. |
Requirements
Requirement | Value |
---|---|
Header | ntifs.h (include Ntifs.h) |