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>;
Expand description

Required features: "Win32_Foundation", "Win32_System_Diagnostics_Debug", "Win32_System_Kernel"

Aliased Type§

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

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(_: *const c_void, _: *const WER_RUNTIME_EXCEPTION_INFORMATION, _: *mut i32, _: *mut u16, _: *mut u32, _: *mut u32) -> i32)

Some value of type T.