Struct windows_sys::Win32::System::Diagnostics::Debug::MINIDUMP_EXCEPTION_INFORMATION
#[repr(C, packed(4))]pub struct MINIDUMP_EXCEPTION_INFORMATION {
pub ThreadId: u32,
pub ExceptionPointers: *mut EXCEPTION_POINTERS,
pub ClientPointers: BOOL,
}Expand description
Required features: "Win32_System_Diagnostics_Debug", "Win32_Foundation", "Win32_System_Kernel"
Fields§
§ThreadId: u32§ExceptionPointers: *mut EXCEPTION_POINTERS§ClientPointers: BOOL