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: GUID§CounterSetType: u32§DetailLevel: u32§NumCounters: u32§InstanceType: u32