Struct windows_sys::Win32::System::Performance::PERF_COUNTERSET_REG_INFO
[−]#[repr(C)]pub struct PERF_COUNTERSET_REG_INFO {
pub CounterSetGuid: GUID,
pub CounterSetType: u32,
pub DetailLevel: u32,
pub NumCounters: u32,
pub InstanceType: u32,
}Expand description
Required features: ‘Win32_System_Performance’
Fields
CounterSetGuid: GUIDCounterSetType: u32DetailLevel: u32NumCounters: u32InstanceType: u32