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;
A pointer to an ICCTAG_BASE structure that specifies the ICC signature.
A pointer to an ICC_MEASUREMENT structure that contains the tag's data.
The signature for this tag type is MeasurementTypeSig (0x6D656173).