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: NTSTATUS§ExceptionFlags: u32§ExceptionRecord: u64§ExceptionAddress: u64§NumberParameters: u32§__unusedAlignment: u32§ExceptionInformation: [u64; 15]