PEP_PPM_QUERY_DISCRETE_PERF_STATES - NtDoc

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

typedef struct _PEP_PPM_QUERY_DISCRETE_PERF_STATES {
  ULONG                     Count;
  PPEP_PROCESSOR_PERF_STATE States;
} PEP_PPM_QUERY_DISCRETE_PERF_STATES, *PPEP_PPM_QUERY_DISCRETE_PERF_STATES;
View the official Windows Driver Kit DDI reference
// pepfx.h

typedef struct _PEP_PPM_QUERY_DISCRETE_PERF_STATES {
  ULONG                     Count;
  PPEP_PROCESSOR_PERF_STATE States;
} PEP_PPM_QUERY_DISCRETE_PERF_STATES, *PPEP_PPM_QUERY_DISCRETE_PERF_STATES;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-pep_x-_pep_ppm_query_discrete_perf_states)

_PEP_PPM_QUERY_DISCRETE_PERF_STATES structure (pep_x.h)

Description

Used in the PEP_NOTIFY_PPM_QUERY_DISCRETE_PERF_STATES notification that stores the list of discrete performance states that PEP supports, if the PEP_NOTIFY_PPM_QUERY_CAPABILITIES notification indicates support for discrete performance states.

Members

Count

On input, the size of the array pointed to by States.

States

On output, an array of PEP_PROCESSOR_PERF_STATE structures that indicates performance states that is filled by PEP.

See also

PEP_PPM_QUERY_CAPABILITIES

Processor power management (PPM) notifications


Windows Driver Kit DDI reference (ns-pepfx-_pep_ppm_query_discrete_perf_states)

_PEP_PPM_QUERY_DISCRETE_PERF_STATES structure (pepfx.h)

Description

Used in the PEP_NOTIFY_PPM_QUERY_DISCRETE_PERF_STATES notification that stores the list of discrete performance states that PEP supports, if the PEP_NOTIFY_PPM_QUERY_CAPABILITIES notification indicates support for discrete performance states.

Members

Count

On input, the size of the array pointed to by States.

States

On output, an array of PEP_PROCESSOR_PERF_STATE structures that indicates performance states that is filled by PEP.

See also

PEP_PPM_QUERY_CAPABILITIES

Processor power management (PPM) notifications