ICCTAG

typedef struct __ICCTAG
{
   L_UINT32
uSig;
   L_IccUInt32Number
uOffset;
   L_IccUInt32Number
uSize;
} ICCTAG, L_FAR * pICCTAG;

The ICCTAG structure is used to save a tag’s information.

Member

Description

uSig

A value that indicates the tag signature. For a list of possible values, refer to ICCTAGSIGNATURE. It can also contain a private tag.

uOffset

A value that indicates the address of the beginning of the tag data element, with respect to the beginning of the profile data stream (which has an address of zero).

uSize

A value that indicates the tag data element size in bytes. This value does not include any padded bytes at the end of the data.

Comments

The uSig field can contain a private tag, but it must be registered with the ICC registry. The registration authority for this data is the ICC Technical Secretary. For contact information, refer to the ICC web site (www.color.org).