enum WAIT_TYPE

typedef enum _WAIT_TYPE
{
         WaitAll = 0,
         WaitAny = 1
} WAIT_TYPE;

Windows Vista Kernel Structures