// 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 referenceNo description available.
Use in the PEP_NOTIFY_PPM_QUERY_DISCRETE_PERF_STATES notification. This structure describes the properties of a single performance state.
PerformanceOn output, the performance level (on the scale returned by the PEP_QUERY_COMPONENT_PERF_CAPABILITIES notification) of this performance state.
FrequencyOn output, the frequency (in MHz) of this performance state.
ReservedReserved.
PEP_PPM_QUERY_DISCRETE_PERF_STATES
Processor power management (PPM) notifications
Use in the PEP_NOTIFY_PPM_QUERY_DISCRETE_PERF_STATES notification. This structure describes the properties of a single performance state.
PerformanceOn output, the performance level (on the scale returned by the PEP_QUERY_COMPONENT_PERF_CAPABILITIES notification) of this performance state.
FrequencyOn output, the frequency (in MHz) of this performance state.
ReservedReserved.
PEP_PPM_QUERY_DISCRETE_PERF_STATES
Processor power management (PPM) notifications