Struct windows_sys::Win32::System::Diagnostics::Debug::EXCEPTION_POINTERS
#[repr(C)]pub struct EXCEPTION_POINTERS {
pub ExceptionRecord: *mut EXCEPTION_RECORD,
pub ContextRecord: *mut CONTEXT,
}Expand description
Required features: "Win32_System_Diagnostics_Debug", "Win32_Foundation", "Win32_System_Kernel"
Fields§
§ExceptionRecord: *mut EXCEPTION_RECORD§ContextRecord: *mut CONTEXT