ICCTAG_UNKNOWN_TYPE

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.

Member

Description

tagBase

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.