//0x210 bytes (sizeof)
struct _MI_PARTITION_STORES
{
union
{
LONG FlushCompleting:1; //0x0
LONG FlushInProgress:31; //0x0
volatile LONG Long; //0x0
} WriteAllStoreSwapPages; //0x0
volatile ULONG VirtualPageFileNumber; //0x4
ULONG ReadClusterSizeMax; //0x8
ULONG MaximumPagefileSize; //0xc
ULONG EvictFlushRequestCount; //0x10
ULONG ModifiedWriteDisableCount; //0x14
ULONG WriteIssueFailures; //0x18
ULONG WritesOutstanding; //0x1c
ULONG VirtualPagefileMaximumIncreaseFailed; //0x20
struct _KTIMER VirtualPagefileIncreaseRetryTimer; //0x28
struct _KEVENT* RundownWrites; //0x68
volatile LONG EvictFlushLock; //0x70
struct _ETHREAD* EvictionThread; //0x78
struct _KEVENT EvictEvent; //0x80
struct _KEVENT EvictThreadExitEvent; //0x98
union _SLIST_HEADER WriteSupportSListHead; //0xb0
struct _KEVENT EvictFlushCompleteEvent; //0xc0
struct _RTL_BITMAP* WriteIssueFailedBitmap; //0xd8
struct _MM_STORE_WRITE_PAGE_INFORMATION* WritePageInformation; //0xe0
struct _KAFFINITY_EX AffinityEx; //0xe8
struct _EPROCESS* StoreProcess; //0x1f0
volatile LONG MemoryConditionsLock; //0x1f8
ULONG DeleteStoredPages:1; //0x1fc
ULONG DiscardPoisonedPages:1; //0x1fc
ULONG Spare:30; //0x1fc
ULONG DiscardedPoisonedPages; //0x200
ULONGLONG LastDiscardedPage; //0x208
};