typedef enum
{
    MmHighPriority = 0,
    MmNormalPriority = 1,
    MmLowPriority = 2,
    MmMaximumPoolPriority = 3
} MM_POOL_PRIORITIES;