ICCTAG_DATA_TYPE

typedef struct _ICCTAG_DATA_TYPE
{
    ICCTAG_BASE tagBase;
    ICC_DATA Data;
} ICCTAG_DATA_TYPE,  * pICCTAG_DATA_TYPE;

The ICCTAG_DATA_TYPE structure is used to save a DataType tag.

Member

Description

tagBase

Pointer to an ICCTAG_BASE structure that specifies the ICC signature.

Data

Pointer to an ICC_DATA structure that contains the tag©s data.

Comments

The signature for this tag type is DataTypeSig (0x64617461).