// wdm.h
typedef enum _PO_FX_PERF_STATE_TYPE {
PoFxPerfStateTypeDiscrete,
PoFxPerfStateTypeRange,
PoFxPerfStateTypeMaximum
} PO_FX_PERF_STATE_TYPE, *PPO_FX_PERF_STATE_TYPE;
View the official Windows Driver Kit DDI referenceNo description available.
The PO_FX_PERF_STATE_TYPE enumeration contains values that describe the type of performance states in a PO_FX_COMPONENT_PERF_SET.
PoFxPerfStateTypeDiscreteIndicates that the performance state set contains a discrete number of states.
PoFxPerfStateTypeRangeIndicates that the performance state set contains a continuous distribution of states between a minimum and maximum value.
PoFxPerfStateTypeMaximumThis value is reserved for system use.
The Type member of the PO_FX_COMPONENT_PERF_SET structure is a value from the PO_FX_PERF_STATE_TYPE enumeration.
PoFxRegisterComponentPerfStates