PEP_PERF_STATE_UNIT - NtDoc

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

typedef enum _PEP_PERF_STATE_UNIT {
  PepPerfStateUnitOther,
  PepPerfStateUnitFrequency,
  PepPerfStateUnitBandwidth,
  PepPerfStateUnitMax
} PEP_PERF_STATE_UNIT, *PPEP_PERF_STATE_UNIT;
View the official Windows Driver Kit DDI reference
// pepfx.h

typedef enum _PEP_PERF_STATE_UNIT {
  PepPerfStateUnitOther,
  PepPerfStateUnitFrequency,
  PepPerfStateUnitBandwidth,
  PepPerfStateUnitMax
} PEP_PERF_STATE_UNIT, *PPEP_PERF_STATE_UNIT;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

_PEP_PERF_STATE_UNIT enumeration (pep_x.h)

Description

The PEP_PERF_STATE_UNIT enumeration indicates the measurement units in which the performance state (P-state) of a component is specified.

Constants

PepPerfStateUnitOther

Some other type of measurement units not explicitly described by this enumeration.

PepPerfStateUnitFrequency

Hertz (frequency units).

PepPerfStateUnitBandwidth

Bits per second (bandwidth units).

PepPerfStateUnitMax

Reserved for use by operating system.

Remarks

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

See also

PEP_COMPONENT_PERF_SET


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

_PEP_PERF_STATE_UNIT enumeration (pepfx.h)

Description

The PEP_PERF_STATE_UNIT enumeration indicates the measurement units in which the performance state (P-state) of a component is specified.

Constants

PepPerfStateUnitOther

Some other type of measurement units not explicitly described by this enumeration.

PepPerfStateUnitFrequency

Hertz (frequency units).

PepPerfStateUnitBandwidth

Bits per second (bandwidth units).

PepPerfStateUnitMax

Reserved for use by operating system.

Remarks

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

See also

PEP_COMPONENT_PERF_SET