ICC_MULTI_LOCALIZED_UNICODE (original) (raw)

Summary

The ICC_MULTI_LOCALIZED_UNICODE structure is used to save MultiLocalizedUnicodeType tag data.

Syntax

typedef struct __ICC_MULTILOCALIZEDUNICODE { L_IccUInt32Number uNameRecordsCount; L_IccUInt32Number uNameRecordSize; [pICC_NAME_RECORD](icc-name-record.html) pNameRecordsData; [L_UINT16](../../main/api/leadtools-basic-data-types.html) * pUnicodeCharacters; } ICC_MULTI_LOCALIZED_UNICODE, * pICC_MULTI_LOCALIZED_UNICODE;

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.

Usage