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.
A value that represents the number of name records in the buffer pointed to by pNameRecordsData.
A value that represents the length, in bytes, of each name record in the buffer pointed to by pNameRecordsData.
Pointer to an ICC_NAME_RECORD structure that contains name record data.
Pointer to a buffer of UNICODE characters.