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.

Members

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.

Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

LEADTOOLS Color Conversion C API Help

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.