Skip to content

Latest commit

 

History

History
86 lines (68 loc) · 3 KB

ns-pmi-_pmi_threshold_configuration.md

File metadata and controls

86 lines (68 loc) · 3 KB
UID title description old-location tech.root ms.date keywords ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames f1_keywords topic_type api_type api_location api_name
NS:pmi._PMI_THRESHOLD_CONFIGURATION
_PMI_THRESHOLD_CONFIGURATION (pmi.h)
The PMI_THRESHOLD_CONFIGURATION structure contains information about the threshold configuration of the power meter.
powermeter\pmi_threshold_configuration.htm
powermeter
05/08/2018
PMI_THRESHOLD_CONFIGURATION structure
*PPMI_THRESHOLD_CONFIGURATION, PMI_THRESHOLD_CONFIGURATION, PMI_THRESHOLD_CONFIGURATION structure [Power Metering and Budgeting Devices], PPMI_THRESHOLD_CONFIGURATION, PPMI_THRESHOLD_CONFIGURATION structure pointer [Power Metering and Budgeting Devices], PowerMeterRef_0c5ec9e4-4a74-4fcc-b134-e66cd14f0352.xml, _PMI_THRESHOLD_CONFIGURATION, pmi/PMI_THRESHOLD_CONFIGURATION, pmi/PPMI_THRESHOLD_CONFIGURATION, powermeter.pmi_threshold_configuration
pmi.h
Pmi.h
Windows
Available in Windows 7, Windows Server 2008 R2, and later versions of the Windows operating systems.
Windows
PMI_THRESHOLD_CONFIGURATION, *PPMI_THRESHOLD_CONFIGURATION
_PMI_THRESHOLD_CONFIGURATION
pmi/_PMI_THRESHOLD_CONFIGURATION
PPMI_THRESHOLD_CONFIGURATION
pmi/PPMI_THRESHOLD_CONFIGURATION
PMI_THRESHOLD_CONFIGURATION
pmi/PMI_THRESHOLD_CONFIGURATION
APIRef
kbSyntax
HeaderDef
pmi.h
_PMI_THRESHOLD_CONFIGURATION
PPMI_THRESHOLD_CONFIGURATION
PMI_THRESHOLD_CONFIGURATION

_PMI_THRESHOLD_CONFIGURATION structure

-description

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

-struct-fields

-field LowerThreshold

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

-field 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:

  • Power levels that are monitored by the power meter drop below the LowerThreshold value.
  • Power levels that are monitored by the power meter drop below the UpperThreshold value.

-see-also

IOCTL_PMI_REGISTER_EVENT_NOTIFY