// pmi.h
typedef enum {
PmiMeasurementUnitMilliWatt,
PmiMeasurementUnitMax
} PMI_MEASUREMENT_UNIT;
View the official Windows Driver Kit DDI referenceNo description available.
The PMI_MEASUREMENT_UNIT enumeration defines the units of the PMI measurement data.
PmiMeasurementUnitMilliWattThe PMI measurement data is in units of milliwatts (mW).
PmiMeasurementUnitMaxThe maximum types of PMI measurement units.
The MeasurementUnit member of the PMI_REPORTED_CAPABILITIES structure contains information about the measurement units of the data that is contained within the structure. This structure is returned through a successful completion of an IOCTL_PMI_GET_CAPABILITIES request.