//0x20 bytes (sizeof)
struct _CM_NAME_CONTROL_BLOCK
{
UCHAR Compressed; //0x0
USHORT RefCount; //0x2
union
{
struct _CM_NAME_HASH NameHash; //0x8
struct
{
ULONG ConvKey; //0x8
struct _CM_KEY_HASH* NextHash; //0x10
USHORT NameLength; //0x18
WCHAR Name[1]; //0x1a
};
};
};