#[repr(C)]pub struct WER_RUNTIME_EXCEPTION_INFORMATION {
pub dwSize: u32,
pub hProcess: HANDLE,
pub hThread: HANDLE,
pub exceptionRecord: EXCEPTION_RECORD,
pub context: CONTEXT,
pub pwszReportId: PWSTR,
pub bIsFatal: BOOL,
pub dwReserved: u32,
}Expand description
Required features: ‘Win32_System_ErrorReporting’, ‘Win32_Foundation’, ‘Win32_System_Diagnostics_Debug’, ‘Win32_System_Kernel’
Fields
dwSize: u32hProcess: HANDLEhThread: HANDLEexceptionRecord: EXCEPTION_RECORDcontext: CONTEXTpwszReportId: PWSTRbIsFatal: BOOLdwReserved: u32