ICCTAG_LIST

typedef struct __ICCTAG_LIST
{
   L_IccUInt32Number
uTagCount;
   pICCTAG
pTags;
} ICCTAG_LIST, L_FAR * pICCTAG_LIST;

The ICCTAG_LIST structure is used to save a list of all the tags in the ICC profile.

Member

Description

uTagCount

A value that indicates the number of tags contained in the tags list.

pTags

A pointer to a list of ICCTAG structures that contain all the tags in the ICC profile.