PMI_MEASUREMENT_UNIT - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// pmi.h

typedef enum {
  PmiMeasurementUnitMilliWatt,
  PmiMeasurementUnitMax
} PMI_MEASUREMENT_UNIT;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-pmi-pmi_measurement_unit)

PMI_MEASUREMENT_UNIT enumeration

Description

The PMI_MEASUREMENT_UNIT enumeration defines the units of the PMI measurement data.

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.

See also

IOCTL_PMI_GET_CAPABILITIES

PMI_REPORTED_CAPABILITIES