PEP_PROCESSOR_PERF_STATE - NtDoc

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

typedef struct _PEP_PROCESSOR_PERF_STATE {
  ULONG Performance;
  ULONG Frequency;
  ULONG Reserved[4];
} PEP_PROCESSOR_PERF_STATE, *PPEP_PROCESSOR_PERF_STATE;
View the official Windows Driver Kit DDI reference
// pepfx.h

typedef struct _PEP_PROCESSOR_PERF_STATE {
  ULONG Performance;
  ULONG Frequency;
  ULONG Reserved[4];
} PEP_PROCESSOR_PERF_STATE, *PPEP_PROCESSOR_PERF_STATE;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

_PEP_PROCESSOR_PERF_STATE structure (pep_x.h)

Description

Use in the PEP_NOTIFY_PPM_QUERY_DISCRETE_PERF_STATES notification. This structure describes the properties of a single performance state.

Members

Performance

On output, the performance level (on the scale returned by the PEP_QUERY_COMPONENT_PERF_CAPABILITIES notification) of this performance state.

Frequency

On output, the frequency (in MHz) of this performance state.

Reserved

Reserved.

See also

PEP_PPM_QUERY_DISCRETE_PERF_STATES

Processor power management (PPM) notifications


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

_PEP_PROCESSOR_PERF_STATE structure (pepfx.h)

Description

Use in the PEP_NOTIFY_PPM_QUERY_DISCRETE_PERF_STATES notification. This structure describes the properties of a single performance state.

Members

Performance

On output, the performance level (on the scale returned by the PEP_QUERY_COMPONENT_PERF_CAPABILITIES notification) of this performance state.

Frequency

On output, the frequency (in MHz) of this performance state.

Reserved

Reserved.

See also

PEP_PPM_QUERY_DISCRETE_PERF_STATES

Processor power management (PPM) notifications