//0x10 bytes (sizeof)
struct _CM_KEY_HASH
{
    struct _CM_PATH_HASH ConvKey;                                           //0x0
    struct _CM_KEY_HASH* NextHash;                                          //0x4
    struct _HHIVE* KeyHive;                                                 //0x8
    ULONG KeyCell;                                                          //0xc
};