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