pub type EXCEPTION_RECORD32 = _EXCEPTION_RECORD32;Aliased Type§
#[repr(C)]pub struct EXCEPTION_RECORD32 {
pub ExceptionCode: u32,
pub ExceptionFlags: u32,
pub ExceptionRecord: u32,
pub ExceptionAddress: u32,
pub NumberParameters: u32,
pub ExceptionInformation: [u32; 15],
}Fields§
§ExceptionCode: u32§ExceptionFlags: u32§ExceptionRecord: u32§ExceptionAddress: u32§NumberParameters: u32§ExceptionInformation: [u32; 15]