pub type PFN_WER_RUNTIME_EXCEPTION_EVENT_SIGNATURE = Option<unsafe extern "system" fn(pcontext: *const c_void, pexceptioninformation: *const WER_RUNTIME_EXCEPTION_INFORMATION, dwindex: u32, pwszname: PWSTR, pchname: *mut u32, pwszvalue: PWSTR, pchvalue: *mut u32) -> HRESULT>;

Aliased Type§

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

Some value of type T.