//0x20 bytes (sizeof)
struct _MI_COMBINE_STATE
{
    volatile LONG ActiveSpinLock;                                           //0x0
    ULONG CombiningThreadCount;                                             //0x4
    struct _RTL_AVL_TREE ActiveThreadTree;                                  //0x8
    ULONGLONG CommonPageCombineDomain;                                      //0x10
    ULONG CommonCombineDomainAssigned;                                      //0x18
    volatile LONG CombineSequence;                                          //0x1c
};