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.
A value that indicates the function type. For a list of possible values, refer to ICCDATATYPEFLAGS.
Pointer to a buffer that contains the tag data.
Number of data elements in the buffer pointed to by pData.