pub type PFN_WER_RUNTIME_EXCEPTION_EVENT = Option<unsafe extern "system" fn(pcontext: *const c_void, pexceptioninformation: *const WER_RUNTIME_EXCEPTION_INFORMATION, pbownershipclaimed: *mut BOOL, pwszeventname: PWSTR, pchsize: *mut u32, pdwsignaturecount: *mut u32) -> HRESULT>;

Aliased Type§

enum PFN_WER_RUNTIME_EXCEPTION_EVENT {
    None,
    Some(unsafe extern "system" fn(_: *const c_void, _: *const WER_RUNTIME_EXCEPTION_INFORMATION, _: *mut BOOL, _: PWSTR, _: *mut u32, _: *mut u32) -> HRESULT),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(_: *const c_void, _: *const WER_RUNTIME_EXCEPTION_INFORMATION, _: *mut BOOL, _: PWSTR, _: *mut u32, _: *mut u32) -> HRESULT)

Some value of type T.