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