The ICCTAG_MEASUREMENT_TYPE structure is used to save MeasurementType tag data.
typedef struct _ICCTAG_MEASUREMENT_TYPE{ICCTAG_BASE tagBase;ICC_MEASUREMENT Measurement;} ICCTAG_MEASUREMENT_TYPE, * pICCTAG_MEASUREMENT_TYPE;
Pointer to an ICCTAG_BASE structure that specifies the ICC signature.
Pointer to an ICC_MEASUREMENT structure that contains the tag's data.
The signature for this tag type is MeasurementTypeSig (0x6D656173).