HARDWARE_COUNTER_TYPE enumeration (ntddk.h)

The HARDWARE_COUNTER_TYPE enumeration specifies the type of a hardware counter.

Syntax

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

Constants

 
PMCCounter
Performance monitor counter. This type of counter is used by thread-profiling applications.
MaxHardwareCounterType
The maximum value in this enumeration type.

Remarks

The Type member of the HARDWARE_COUNTER structure contains a HARDWARE_COUNTER_TYPE enumeration value.

Requirements

Requirement Value
Minimum supported client Supported in Windows 7 and later versions of Windows.
Header ntddk.h (include Winnt.h, Ntddk.h)

See also

HARDWARE_COUNTER