pub type LPFNSHOWJOYCPL = Option<unsafe extern "system" fn(hwnd: HWND)>;
Expand description

Required features: "Win32_Foundation"

Aliased Type§

enum LPFNSHOWJOYCPL {
    None,
    Some(unsafe extern "system" fn(_: isize)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(_: isize))

Some value of type T.