ICC_DATA

Summary

The ICC_DATA structure is used to save DataType data.

Syntax

typedef struct __ICCDATA 
{ 
   L_UINT32 uDataFlag; 
   L_Icc7BitAscii* pData; 
   L_UINT uDataElementsCount; 
} ICC_DATA, * pICC_DATA; 

Members

uDataFlag

A value that indicates the function type. For a list of possible values, refer to ICCDATATYPEFLAGS.

pData

Pointer to a buffer that contains the tag data.

uDataElementsCount

Number of data elements in the buffer pointed to by pData.

Usage

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

LEADTOOLS Color Conversion C API Help

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