HARDWARE_COUNTER_TYPE - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// ntddk.h

typedef enum _HARDWARE_COUNTER_TYPE {
  PMCCounter,
  MaxHardwareCounterType
} HARDWARE_COUNTER_TYPE, *PHARDWARE_COUNTER_TYPE;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-ntddk-_hardware_counter_type)

_HARDWARE_COUNTER_TYPE enumeration

Description

The HARDWARE_COUNTER_TYPE enumeration specifies the type of a hardware counter.

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.

See also

HARDWARE_COUNTER