PEP_PERF_STATE_TYPE enumeration (pepfx.h)

The PEP_PERF_STATE_TYPE enumeration indicates the type of performance information that is specified for a performance state (P-state) of a component.

Syntax

typedef enum _PEP_PERF_STATE_TYPE {
  PepPerfStateTypeDiscrete,
  PepPerfStateTypeRange,
  PepPerfStateTypeMax
} PEP_PERF_STATE_TYPE, *PPEP_PERF_STATE_TYPE;

Constants

 
PepPerfStateTypeDiscrete
The performance information is specified as a set of discrete values.
PepPerfStateTypeRange
The performance information is specified as a range of values.
PepPerfStateTypeMax
Reserved for use by operating system.

Remarks

The Type member of the PEP_COMPONENT_PERF_SET structure is a PEP_PERF_STATE_TYPE enumeration value.

Requirements

Requirement Value
Minimum supported client Supported starting with Windows 10.
Header pepfx.h (include Pep_x.h)

See also

PEP_COMPONENT_PERF_SET