Struct windows_sys::Win32::System::Diagnostics::Debug::MINIDUMP_EXCEPTION
#[repr(C, packed(4))]pub struct MINIDUMP_EXCEPTION {
pub ExceptionCode: u32,
pub ExceptionFlags: u32,
pub ExceptionRecord: u64,
pub ExceptionAddress: u64,
pub NumberParameters: u32,
pub __unusedAlignment: u32,
pub ExceptionInformation: [u64; 15],
}
Expand description
Required features: "Win32_System_Diagnostics_Debug"
Fields§
§ExceptionCode: u32
§ExceptionFlags: u32
§ExceptionRecord: u64
§ExceptionAddress: u64
§NumberParameters: u32
§__unusedAlignment: u32
§ExceptionInformation: [u64; 15]