Struct windows_sys::Win32::System::ComponentServices::HANG_INFO
[−]#[repr(C)]pub struct HANG_INFO {
pub fAppHangMonitorEnabled: BOOL,
pub fTerminateOnHang: BOOL,
pub DumpType: DUMPTYPE,
pub dwHangTimeout: u32,
pub dwDumpCount: u32,
pub dwInfoMsgCount: u32,
}Expand description
Required features: ‘Win32_System_ComponentServices’, ‘Win32_Foundation’
Fields
fAppHangMonitorEnabled: BOOLfTerminateOnHang: BOOLDumpType: DUMPTYPEdwHangTimeout: u32dwDumpCount: u32dwInfoMsgCount: u32