EXCEPTION_POINTERS

Type Alias EXCEPTION_POINTERS 

Source
pub type EXCEPTION_POINTERS = _EXCEPTION_POINTERS;

Aliased Type§

#[repr(C)]
pub struct EXCEPTION_POINTERS { pub ExceptionRecord: *mut _EXCEPTION_RECORD, pub ContextRecord: *mut _CONTEXT, }

Fields§

§ExceptionRecord: *mut _EXCEPTION_RECORD§ContextRecord: *mut _CONTEXT