#[repr(C)]pub struct DEBUG_LAST_EVENT_INFO_EXCEPTION {
pub ExceptionRecord: EXCEPTION_RECORD64,
pub FirstChance: u32,
}Expand description
Required features: ‘Win32_System_Diagnostics_Debug’, ‘Win32_Foundation’
Fields
ExceptionRecord: EXCEPTION_RECORD64FirstChance: u32