PEP_PERF_STATE_TYPE - NtDoc

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

typedef enum _PEP_PERF_STATE_TYPE {
  PepPerfStateTypeDiscrete,
  PepPerfStateTypeRange,
  PepPerfStateTypeMax
} PEP_PERF_STATE_TYPE, *PPEP_PERF_STATE_TYPE;
View the official Windows Driver Kit DDI reference
// pepfx.h

typedef enum _PEP_PERF_STATE_TYPE {
  PepPerfStateTypeDiscrete,
  PepPerfStateTypeRange,
  PepPerfStateTypeMax
} PEP_PERF_STATE_TYPE, *PPEP_PERF_STATE_TYPE;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-pep_x-_pep_perf_state_type)

_PEP_PERF_STATE_TYPE enumeration (pep_x.h)

Description

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

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.

See also

PEP_COMPONENT_PERF_SET


Windows Driver Kit DDI reference (ne-pepfx-_pep_perf_state_type)

_PEP_PERF_STATE_TYPE enumeration (pepfx.h)

Description

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

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.

See also

PEP_COMPONENT_PERF_SET