//0x50 bytes (sizeof)
struct _MI_HOT_PATCH_STATE
{
ULONG UserHotPatchReserveSize; //0x0
struct
_RTL_AVL_TREE UserSidPatchLists; //0x8
struct
_RTL_AVL_TREE GlobalHotPatchList; //0x10
struct
_RTL_AVL_TREE PreviouslyRegisteredHotPatchList; //0x18
struct
_RTL_AVL_TREE SecureImageActivePatches; //0x20
struct
_EX_PUSH_LOCK HotPatchListLock; //0x28
struct
_MI_HOT_PATCH_PROCESS_CONTEXT HotPatchProcessContext; //0x30
ULONG HotPatchingEnabled:1; //0x48
ULONG EnforcePatchSequenceNumbers:1; //0x48
ULONG Spare:30; //0x48
};