//0x590 bytes (sizeof)
struct _HHIVE
{
ULONG Signature; //0x0
struct _CELL_DATA* (*GetCellRoutine)(struct _HHIVE* arg1, ULONG arg2); //0x8
VOID (*ReleaseCellRoutine)(struct _HHIVE* arg1, ULONG arg2); //0x10
VOID* (*Allocate)(ULONG arg1, UCHAR arg2, ULONG arg3); //0x18
VOID (*Free)(VOID* arg1, ULONG arg2); //0x20
UCHAR (*FileSetSize)(struct _HHIVE* arg1, ULONG arg2, ULONG arg3, ULONG arg4); //0x28
UCHAR (*FileWrite)(struct _HHIVE* arg1, ULONG arg2, struct CMP_OFFSET_ARRAY* arg3, ULONG arg4, ULONG* arg5); //0x30
UCHAR (*FileRead)(struct _HHIVE* arg1, ULONG arg2, ULONG* arg3, VOID* arg4, ULONG arg5); //0x38
UCHAR (*FileFlush)(struct _HHIVE* arg1, ULONG arg2, union _LARGE_INTEGER* arg3, ULONG arg4); //0x40
struct _HBASE_BLOCK* BaseBlock; //0x48
struct _RTL_BITMAP DirtyVector; //0x50
ULONG DirtyCount; //0x60
ULONG DirtyAlloc; //0x64
ULONG BaseBlockAlloc; //0x68
ULONG Cluster; //0x6c
UCHAR Flat; //0x70
UCHAR ReadOnly; //0x71
UCHAR DirtyFlag; //0x72
ULONG HvBinHeadersUse; //0x74
ULONG HvFreeCellsUse; //0x78
ULONG HvUsedCellsUse; //0x7c
ULONG CmUsedCellsUse; //0x80
ULONG HiveFlags; //0x84
ULONG CurrentLog; //0x88
ULONG LogSize[2]; //0x8c
ULONG RefreshCount; //0x94
ULONG StorageTypeCount; //0x98
ULONG Version; //0x9c
struct _DUAL Storage[2]; //0xa0
};