// ntddk.h
typedef enum _HARDWARE_COUNTER_TYPE {
PMCCounter,
MaxHardwareCounterType
} HARDWARE_COUNTER_TYPE, *PHARDWARE_COUNTER_TYPE;
View the official Windows Driver Kit DDI referenceNo description available.
The HARDWARE_COUNTER_TYPE enumeration specifies the type of a hardware counter.
PMCCounterPerformance monitor counter. This type of counter is used by thread-profiling applications.
MaxHardwareCounterTypeThe maximum value in this enumeration type.
The Type member of the HARDWARE_COUNTER structure contains a HARDWARE_COUNTER_TYPE enumeration value.