#[repr(C)]pub struct HARDWARE_COUNTER_DATA {
pub Type: HARDWARE_COUNTER_TYPE,
pub Reserved: u32,
pub Value: u64,
}Expand description
Required features: ‘Win32_System_Performance_HardwareCounterProfiling’
Fields
Type: HARDWARE_COUNTER_TYPEReserved: u32Value: u64