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: NTSTATUSExceptionFlags: u32ExceptionRecord: *mut EXCEPTION_RECORDExceptionAddress: *mut c_voidNumberParameters: u32ExceptionInformation: [usize; 15]