The ICCTAG_LIST structure is used to save a list of all the tags in the ICC profile.
typedef struct __ICCTAG_LIST
{
L_IccUInt32Number uTagCount;
pICCTAG pTags;
} ICCTAG_LIST, * pICCTAG_LIST;
A value that indicates the number of tags contained in the tags list.
A pointer to a list of ICCTAG structures that contain all the tags in the ICC profile.