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.
A value that represents the name language code from ISO-639.
A value that represents the name country code from ISO-13166.
A value that represents the name length, in bytes.
A value that represents the name offset from the start of the tag in bytes.