ICC_NAME_RECORD

Summary

The ICC_NAME_RECORD structure is used to save name record data.

Syntax

typedef struct _ICC_NAME_RECORD 
{ 
   L_IccUInt16Number uNameLangCode; 
   L_IccUInt16Number uNameCountryCode; 
   L_IccUInt32Number uNameLength; 
   L_IccUInt32Number uNameOffset; 
} ICC_NAME_RECORD,  * pICC_NAME_RECORD; 

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.

Usage

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

LEADTOOLS Color Conversion C++ Class Library Help

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