typedef struct __ICCTAG_UNKNOWN_TYPE{ICCTAG_BASE tagBase;L_Icc7BitAscii * pData;L_UINT uDataSize;} ICCTAG_UNKNOWN_TYPE, * pICCTAG_UNKNOWN_TYPE;
The ICCTAG_UNKNOWN_TYPE structure is used to save an unknown (or private) tag.
A pointer to an ICCTAG_BASE structure that specifies the ICC signature.
Pointer to a buffer that contains the tag's data.
A value that indicates the size of the pData pointer in bytes.
A private signature is used as the signature for this tag type.