enum EVENT_TYPE

typedef enum _EVENT_TYPE
{
         NotificationEvent = 0,
         SynchronizationEvent = 1
} EVENT_TYPE;

Windows Vista Kernel Structures