HARDWARE_COUNTER_TYPE enumeration (winnt.h)

Defines the types of hardware counters being profiled.

Syntax

typedef enum _HARDWARE_COUNTER_TYPE {
  PMCCounter,
  MaxHardwareCounterType
} HARDWARE_COUNTER_TYPE, *PHARDWARE_COUNTER_TYPE;

Constants

 
PMCCounter
Hardware performance monitoring counters.
MaxHardwareCounterType
The maximum enumeration value for this enumeration.

Requirements

Requirement Value
Minimum supported client Windows 7 [desktop apps only]
Minimum supported server Windows Server 2008 R2 [desktop apps only]
Header winnt.h (include Windows.h)

See also

HARDWARE_COUNTER_DATA