Products | Support | Send comments on this topic. | Email a link to this topic. | Back to Getting Started | Help Version 18.0.10.29
LEADTOOLS Color Conversion C++ Class Library Help

ICC_DATA

Show in webframe

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

The ICC_DATA structure is used to save DataType data.

Member

Description

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.

Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.