The ICCTAG_XYZ_TYPE structure is used to save an XYZType tag type.
typedef struct __ICCTAG_XYZ_TYPE{ICCTAG_BASE tagBase;pICC_XYZ_NUMBER pXYZNumData;L_UINT uXYZNumCount;} ICCTAG_XYZ_TYPE, * pICCTAG_XYZ_TYPE;
A pointer to an ICCTAG_BASE structure that specifies the ICC signature.
Pointer to a buffer that will contain the tag's data.
A value that indicates number of XYZ elements in this tag data.
The signature for this tag type is XYZTypeSig (0x58595A20).