struct TOKEN_CONTROL

typedef struct _TOKEN_CONTROL
{
     LUID TokenId;
     LUID AuthenticationId;
     LUID ModifiedId;
     TOKEN_SOURCE TokenSource;
} TOKEN_CONTROL, *PTOKEN_CONTROL;

Windows Vista Kernel Structures