enum IO_ALLOCATION_ACTION

typedef enum _IO_ALLOCATION_ACTION
{
         KeepObject = 1,
         DeallocateObject = 2,
         DeallocateObjectKeepRegisters = 3
} IO_ALLOCATION_ACTION;

Windows Vista Kernel Structures