// 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 referenceNo description available.
The PEP_PERF_STATE_UNIT enumeration indicates the measurement units in which the performance state (P-state) of a component is specified.
PepPerfStateUnitOtherSome other type of measurement units not explicitly described by this enumeration.
PepPerfStateUnitFrequencyHertz (frequency units).
PepPerfStateUnitBandwidthBits per second (bandwidth units).
PepPerfStateUnitMaxReserved for use by operating system.
The Type member of the PEP_COMPONENT_PERF_SET structure is a PEP_PERF_STATE_UNIT enumeration value.
The PEP_PERF_STATE_UNIT enumeration indicates the measurement units in which the performance state (P-state) of a component is specified.
PepPerfStateUnitOtherSome other type of measurement units not explicitly described by this enumeration.
PepPerfStateUnitFrequencyHertz (frequency units).
PepPerfStateUnitBandwidthBits per second (bandwidth units).
PepPerfStateUnitMaxReserved for use by operating system.
The Type member of the PEP_COMPONENT_PERF_SET structure is a PEP_PERF_STATE_UNIT enumeration value.