Struct winapi::um::winnt::EXCEPTION_RECORD64 [−][src]
#[repr(C)]pub struct EXCEPTION_RECORD64 {
pub ExceptionCode: DWORD,
pub ExceptionFlags: DWORD,
pub ExceptionRecord: DWORD64,
pub ExceptionAddress: DWORD64,
pub NumberParameters: DWORD,
pub __unusedAlignment: DWORD,
pub ExceptionInformation: [DWORD64; 15],
}
Fields
ExceptionCode: DWORD
ExceptionFlags: DWORD
ExceptionRecord: DWORD64
ExceptionAddress: DWORD64
NumberParameters: DWORD
__unusedAlignment: DWORD
ExceptionInformation: [DWORD64; 15]
Trait Implementations
Returns the “default value” for a type. Read more