pub type PFN_WER_RUNTIME_EXCEPTION_DEBUGGER_LAUNCH = Option<unsafe extern "system" fn(pcontext: *const c_void, pexceptioninformation: *const WER_RUNTIME_EXCEPTION_INFORMATION, pbiscustomdebugger: *mut BOOL, pwszdebuggerlaunch: PWSTR, pchdebuggerlaunch: *mut u32, pbisdebuggerautolaunch: *mut BOOL) -> HRESULT>;

Aliased Type§

enum PFN_WER_RUNTIME_EXCEPTION_DEBUGGER_LAUNCH {
    None,
    Some(unsafe extern "system" fn(_: *const c_void, _: *const WER_RUNTIME_EXCEPTION_INFORMATION, _: *mut BOOL, _: PWSTR, _: *mut u32, _: *mut BOOL) -> 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 BOOL) -> HRESULT)

Some value of type T.