Struct windows_sys::Win32::System::Diagnostics::Debug::EXCEPTION_RECORD64
[−]#[repr(C)]pub struct EXCEPTION_RECORD64 {
pub ExceptionCode: NTSTATUS,
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’, ‘Win32_Foundation’
Fields
ExceptionCode: NTSTATUSExceptionFlags: u32ExceptionRecord: u64ExceptionAddress: u64NumberParameters: u32__unusedAlignment: u32ExceptionInformation: [u64; 15]