#[repr(C)]pub struct WER_EXCEPTION_INFORMATION {
pub pExceptionPointers: *mut EXCEPTION_POINTERS,
pub bClientPointers: BOOL,
}
Expand description
Required features: "Win32_System_ErrorReporting"
, "Win32_Foundation"
, "Win32_System_Diagnostics_Debug"
, "Win32_System_Kernel"
Fields§
§pExceptionPointers: *mut EXCEPTION_POINTERS
§bClientPointers: BOOL