#[repr(C)]pub struct ComponentHangMonitorInfo {
pub IsMonitored: BOOL,
pub TerminateOnHang: BOOL,
pub AvgCallThresholdInMs: u32,
}Expand description
Required features: ‘Win32_System_ComponentServices’, ‘Win32_Foundation’
Fields
IsMonitored: BOOLTerminateOnHang: BOOLAvgCallThresholdInMs: u32