enum SECURITY_IMPERSONATION_LEVEL

typedef enum _SECURITY_IMPERSONATION_LEVEL
{
         SecurityAnonymous = 0,
         SecurityIdentification = 1,
         SecurityImpersonation = 2,
         SecurityDelegation = 3
} SECURITY_IMPERSONATION_LEVEL;

Windows Vista Kernel Structures