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: NTSTATUSExceptionFlags: u32ExceptionRecord: u32ExceptionAddress: u32NumberParameters: u32ExceptionInformation: [u32; 15]