//0x60 bytes (sizeof)
struct _MI_PARTITION_STATE
{
    ULONGLONG PartitionLock;                                                //0x0
    struct _EX_PUSH_LOCK PartitionIdLock;                                   //0x8
    ULONGLONG InitialPartitionIdBits;                                       //0x10
    struct _LIST_ENTRY PartitionList;                                       //0x18
    struct _RTL_BITMAP* PartitionIdBitmap;                                  //0x28
    struct _RTL_BITMAP InitialPartitionIdBitmap;                            //0x30
    struct _MI_PARTITION* TempPartitionPointers[1];                         //0x40
    struct _MI_PARTITION** Partition;                                       //0x48
    ULONGLONG TotalPagesInChildPartitions;                                  //0x50
    ULONG CrossPartitionDenials;                                            //0x58
};