Skip to content

Latest commit

 

History

History
85 lines (63 loc) · 3.88 KB

ns-pepfx-_pep_query_component_perf_capabilities.md

File metadata and controls

85 lines (63 loc) · 3.88 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:pepfx._PEP_QUERY_COMPONENT_PERF_CAPABILITIES
_PEP_QUERY_COMPONENT_PERF_CAPABILITIES (pepfx.h)
The PEP_QUERY_COMPONENT_PERF_CAPABILITIES structure specifies the number of performance state (P-state) sets that are defined for a component.
kernel\pep_query_component_perf_capabilities.htm
kernel
04/30/2018
PEP_QUERY_COMPONENT_PERF_CAPABILITIES structure
*PPEP_QUERY_COMPONENT_PERF_CAPABILITIES, PEP_QUERY_COMPONENT_PERF_CAPABILITIES, PEP_QUERY_COMPONENT_PERF_CAPABILITIES structure [Kernel-Mode Driver Architecture], PPEP_QUERY_COMPONENT_PERF_CAPABILITIES, PPEP_QUERY_COMPONENT_PERF_CAPABILITIES structure pointer [Kernel-Mode Driver Architecture], _PEP_QUERY_COMPONENT_PERF_CAPABILITIES, kernel.pep_query_component_perf_capabilities, pepfx/PEP_QUERY_COMPONENT_PERF_CAPABILITIES, pepfx/PPEP_QUERY_COMPONENT_PERF_CAPABILITIES
pepfx.h
Pep_x.h
Windows
Supported starting with Windows 10.
Windows
PEP_QUERY_COMPONENT_PERF_CAPABILITIES, *PPEP_QUERY_COMPONENT_PERF_CAPABILITIES
_PEP_QUERY_COMPONENT_PERF_CAPABILITIES
pepfx/_PEP_QUERY_COMPONENT_PERF_CAPABILITIES
PPEP_QUERY_COMPONENT_PERF_CAPABILITIES
pepfx/PPEP_QUERY_COMPONENT_PERF_CAPABILITIES
PEP_QUERY_COMPONENT_PERF_CAPABILITIES
pepfx/PEP_QUERY_COMPONENT_PERF_CAPABILITIES
APIRef
kbSyntax
HeaderDef
pepfx.h
_PEP_QUERY_COMPONENT_PERF_CAPABILITIES
PPEP_QUERY_COMPONENT_PERF_CAPABILITIES
PEP_QUERY_COMPONENT_PERF_CAPABILITIES

_PEP_QUERY_COMPONENT_PERF_CAPABILITIES structure (pepfx.h)

-description

The PEP_QUERY_COMPONENT_PERF_CAPABILITIES structure specifies the number of performance state (P-state) sets that are defined for a component.

-struct-fields

-field DeviceHandle [in]

A PEPHANDLE value that identifies the device. The PEP supplied this handle in response to a previous PEP_DPM_REGISTER_DEVICE notification.

-field Component [in]

The index that identifies the component. This member is an index into the Components array in the PEP_DEVICE_REGISTER_V2 structure that the PEP previously supplied in response to the PEP_DPM_REGISTER_DEVICE notification for this device. If the Components array contains N elements, component indexes range from 0 to N–1.

-field SetCount [out]

The number of P-state sets that are defined for this component.

-remarks

This structure is used by the PEP_DPM_QUERY_COMPONENT_PERF_CAPABILITIES notification. The DeviceHandle and Component members contain input values that are supplied by the Windows power management framework (PoFx) when this notification is sent. The SetCount member contains an output value that the PEP writes to the structure in response to the notification.

-see-also

PEP_DEVICE_REGISTER_V2

PEP_DPM_QUERY_COMPONENT_PERF_CAPABILITIES

PEP_DPM_REGISTER_DEVICE