PMI_MEASUREMENT_UNIT enumeration (pmi.h)
The PMI_MEASUREMENT_UNIT enumeration defines the units of the PMI measurement data.
Syntax
typedef enum {
PmiMeasurementUnitMilliWatt,
PmiMeasurementUnitMax
} PMI_MEASUREMENT_UNIT;
Constants
PmiMeasurementUnitMilliWatt The PMI measurement data is in units of milliwatts (mW). |
PmiMeasurementUnitMax The maximum types of PMI measurement units. |
Remarks
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.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Available in Windows 7, Windows Server 2008 R2, and later versions of the Windows operating systems. |
Header | pmi.h (include Pmi.h) |