// wdm.h
typedef enum _PO_FX_PERF_STATE_UNIT {
PoFxPerfStateUnitOther,
PoFxPerfStateUnitFrequency,
PoFxPerfStateUnitBandwidth,
PoFxPerfStateUnitMaximum
} PO_FX_PERF_STATE_UNIT, *PPO_FX_PERF_STATE_UNIT;
View the official Windows Driver Kit DDI referenceNo description available.
The PO_FX_PERF_STATE_UNIT enumeration contains values that describe the type of unit that is controlled by the performance states in a PO_FX_COMPONENT_PERF_SET.
PoFxPerfStateUnitOtherIndicates that the performance states control a unit other than frequency or bandwidth.
PoFxPerfStateUnitFrequencyIndicates that the performance states control frequency, measured in Hz.
PoFxPerfStateUnitBandwidthIndicates that the performance states control bandwidth, measured in bits per second.
PoFxPerfStateUnitMaximumThis value is reserved for system use.
The Unit member of the PO_FX_COMPONENT_PERF_SET structure is a value from the PO_FX_PERF_STATE_UNIT enumeration.
PoFxRegisterComponentPerfStates