ICC_NAME_RECORD

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.

Members

uNameLangCode

A value that represents the name language code from ISO-639.

uNameCountryCode

A value that represents the name country code from ISO-13166.

uNameLength

A value that represents the name length, in bytes.

uNameOffset

A value that represents the name offset from the start of the tag in bytes.

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.