PMI_THRESHOLD_CONFIGURATION - NtDoc

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

typedef struct _PMI_THRESHOLD_CONFIGURATION {
  ULONG LowerThreshold;
  ULONG UpperThreshold;
} PMI_THRESHOLD_CONFIGURATION, *PPMI_THRESHOLD_CONFIGURATION;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-pmi-_pmi_threshold_configuration)

_PMI_THRESHOLD_CONFIGURATION structure

Description

The PMI_THRESHOLD_CONFIGURATION structure contains information about the threshold configuration of the power meter.

Members

LowerThreshold

The lower threshold of the power meter, in units of milliwatts (mW).

UpperThreshold

The upper threshold of the power meter, in units of milliwatts (mW).

Remarks

The PMI_THRESHOLD_CONFIGURATION structure specifies the current configuration of the power meter's thresholds. The LowerThreshold and UpperThreshold members specify the lower and upper range of the threshold respectively.

A Power Meter Interface (PMI) event is signaled when the IOCTL_PMI_REGISTER_EVENT_NOTIFY I/O control (IOCTL) request completes when one of the following occurs:

See also

IOCTL_PMI_REGISTER_EVENT_NOTIFY