ICCTAG_UNKNOWN_TYPE

typedef struct __ICCTAG_UNKNOWN_TYPE
{
   ICCTAG_BASE tagBase;
   L_Icc7BitAscii L_FAR * pData;
   L_UINT uDataSize;
} ICCTAG_UNKNOWN_TYPE, L_FAR * pICCTAG_UNKNOWN_TYPE;

The ICCTAG_UNKNOWN_TYPE structure is used to save an unknown (or private) tag.

Member

Description

tagBase

A pointer to an ICCTAG_BASE structure that specifies the ICC signature.

pData

Pointer to a buffer that contains the tag’s data.

uDataSize

A value that indicates the size of the pData pointer in bytes.

Comments

A private signature is used as the signature for this tag type.