//0xf0 bytes (sizeof)
struct _MI_ERROR_STATE
{
struct _MI_BAD_MEMORY_EVENT_ENTRY BadMemoryEventEntry; //0x0
ULONGLONG PageOfInterest; //0x38
struct _MI_PROBE_RAISE_TRACKER ProbeRaises; //0x40
struct _MI_FORCED_COMMITS ForcedCommits; //0x84
ULONG PrePhase0BugCheckParameter; //0x8c
ULONG WsleFailures; //0x90
ULONG PageHashErrors; //0x94
ULONG CheckZeroCount; //0x98
volatile LONG ZeroedPageSingleBitErrorsDetected; //0x9c
volatile LONG BadPagesDetected; //0xa0
ULONG BadPagesInserted; //0xa4
struct _WORK_QUEUE_ITEM BadPageInsertWorkItem; //0xa8
LONG ScrubPasses; //0xc8
LONG ScrubBadPagesFound; //0xcc
ULONG UserViewFailures; //0xd0
ULONG UserViewCollisionFailures; //0xd4
ULONG UserAllocateFailures; //0xd8
ULONG UserAllocateCollisionFailures; //0xdc
struct _MI_RESAVAIL_FAILURES ResavailFailures; //0xe0
UCHAR PendingBadPages; //0xe8
UCHAR FatalGraphicsFailures; //0xe9
UCHAR InitFailure; //0xea
UCHAR BadPagesInsertSignalState; //0xeb
};