ICC_MULTI_LOCALIZED_UNICODE

typedef struct __ICC_MULTILOCALIZEDUNICODE
{
    L_IccUInt32Number uNameRecordsCount;
    L_IccUInt32Number uNameRecordSize;
    pICC_NAME_RECORD pNameRecordsData;
    L_UINT16 * pUnicodeCharacters;
} ICC_MULTI_LOCALIZED_UNICODE, * pICC_MULTI_LOCALIZED_UNICODE;

The ICC_MULTI_LOCALIZED_UNICODE structure is used to save MultiLocalizedUnicodeType tag data.

Member

Description

uNameRecordsCount

A value that represents the number of name records in the buffer pointed to by pNameRecordsData.

uNameRecordSize

A value that represents the length, in bytes, of each name record in the buffer pointed to by pNameRecordsData.

pNameRecordsData

Pointer to an ICC_NAME_RECORD structure that contains name record data.

pUnicodeCharacters

Pointer to a buffer of UNICODE characters.