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: BOOL§fTerminateOnHang: BOOL§DumpType: DUMPTYPE§dwHangTimeout: u32§dwDumpCount: u32§dwInfoMsgCount: u32