ICCTAG_XYZ_TYPE

typedef struct __ICCTAG_XYZ_TYPE
{
    ICCTAG_BASE tagBase;
    pICC_XYZ_NUMBER pXYZNumData;
    L_UINT uXYZNumCount;
} ICCTAG_XYZ_TYPE, L_FAR * pICCTAG_XYZ_TYPE;

The ICCTAG_XYZ_TYPE structure is used to save an XYZType tag type.

Member

Description

tagBase

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

pXYZNumData

Pointer to a buffer that will contain the tag’s data.

uXYZNumCount

A value that indicates number of XYZ elements in this tag data.

Comments

The signature for this tag type is XYZTypeSig (0x58595A20).