TOKEN_TYPE

typedef enum tagTOKEN_TYPE { /* tt */

TokenPrimary = 1,

TokenImpersonation

} TOKEN_TYPE ;

The TOKEN_TYPE enumerated type is used to reference a primary or impersonation token.