//0x10 bytes (sizeof)
struct _OBJECT_HEADER_NAME_INFO
{
    struct _OBJECT_DIRECTORY* Directory;                                    //0x0
    struct _UNICODE_STRING Name;                                            //0x4
    LONG ReferenceCount;                                                    //0xc
};