Searched refs:lpNameRecord (Results 1 – 1 of 1) sorted by relevance
876 uint8_t* lpNameRecord = lpTable + 6; in GetNames() local880 uint16_t nNameID = GetUInt16(lpNameRecord + j * 12 + 6); in GetNames()884 uint16_t nPlatformID = GetUInt16(lpNameRecord + j * 12 + 0); in GetNames()885 uint16_t nNameLength = GetUInt16(lpNameRecord + j * 12 + 8); in GetNames()886 uint16_t nNameOffset = GetUInt16(lpNameRecord + j * 12 + 10); in GetNames()