EXCEPTION_RECORD

Type Alias EXCEPTION_RECORD 

Source
pub type EXCEPTION_RECORD = _EXCEPTION_RECORD;

Aliased Type§

#[repr(C)]
pub struct EXCEPTION_RECORD { pub ExceptionCode: u32, pub ExceptionFlags: u32, pub ExceptionRecord: *mut _EXCEPTION_RECORD, pub ExceptionAddress: *mut c_void, pub NumberParameters: u32, pub ExceptionInformation: [u32; 15], }

Fields§

§ExceptionCode: u32§ExceptionFlags: u32§ExceptionRecord: *mut _EXCEPTION_RECORD§ExceptionAddress: *mut c_void§NumberParameters: u32§ExceptionInformation: [u32; 15]