//0xc bytes (sizeof)
struct _CM_NAME_HASH
{
    struct _CM_COMPONENT_HASH ConvKey;                                      //0x0
    struct _CM_NAME_HASH* NextHash;                                         //0x4
    USHORT NameLength;                                                      //0x8
    WCHAR Name[1];                                                          //0xa
};