PMI_MEASUREMENT_TYPE - NtDoc

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

typedef enum {
  PmiMeasurementTypeInput,
  PmiMeasurementTypeOutput,
  PmiMeasurementTypeMax
} PMI_MEASUREMENT_TYPE;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

PMI_MEASUREMENT_TYPE enumeration

Description

The PMI_MEASUREMENT_TYPE enumeration defines the source of the PMI measurement data.

Constants

PmiMeasurementTypeInput

The PMI measurement data is based on input power.

PmiMeasurementTypeOutput

The PMI measurement data is based on output power.

PmiMeasurementTypeMax

The maximum types of PMI measurement data.

Remarks

The MeasurementType member of the PMI_REPORTED_CAPABILITIES structure specifies the type of PMI measurement data reported by a power meter. This structure is returned through a successful completion of an IOCTL_PMI_GET_CAPABILITIES request.

PMI measurement data is returned through a query request of IOCTL_PMI_GET_MEASUREMENT.

See also

IOCTL_PMI_GET_CAPABILITIES

IOCTL_PMI_GET_MEASUREMENT

PMI_REPORTED_CAPABILITIES