Struct windows_sys::Win32::System::Diagnostics::Debug::EXCEPTION_RECORD
#[repr(C)]pub struct EXCEPTION_RECORD {
pub ExceptionCode: NTSTATUS,
pub ExceptionFlags: u32,
pub ExceptionRecord: *mut EXCEPTION_RECORD,
pub ExceptionAddress: *mut c_void,
pub NumberParameters: u32,
pub ExceptionInformation: [usize; 15],
}Expand description
Required features: "Win32_System_Diagnostics_Debug", "Win32_Foundation"
Fields§
§ExceptionCode: NTSTATUS§ExceptionFlags: u32§ExceptionRecord: *mut EXCEPTION_RECORD§ExceptionAddress: *mut c_void§NumberParameters: u32§ExceptionInformation: [usize; 15]