EXCEPTION_RECORD

Type Alias EXCEPTION_RECORD 

Source
pub type EXCEPTION_RECORD = _EXCEPTION_RECORD;

Aliased Type§

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

Fields§

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