pub type CAPERRORCALLBACKW = Option<unsafe extern "system" fn(hwnd: HWND, nid: i32, lpsz: PCWSTR) -> LRESULT>;
Expand description

Required features: "Win32_Foundation"

Aliased Type§

enum CAPERRORCALLBACKW {
    None,
    Some(unsafe extern "system" fn(_: isize, _: i32, _: *const u16) -> isize),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(_: isize, _: i32, _: *const u16) -> isize)

Some value of type T.