ICC_NAME_RECORD

typedef struct __ICC_NAME_RECORD
{
    L_IccUInt16Number uNameLangCode;
    L_IccUInt16Number uNameCountryCode;
    L_IccUInt32Number uNameLength;
    L_IccUInt32Number uNameOffset;
} ICC_NAME_RECORD, * pICC_NAME_RECORD;

The ICC_NAME_RECORD structure is used to save name record data.

Member

Description

uNameLangCode

A value that represents the name language code from ISO-639.

uNameCountryCode

A value that represents the name country code from ISO-13166.

uNameLength

A value that represents the name length, in bytes.

uNameOffset

A value that represents the name offset from the start of the tag in bytes.