pub type WINWATCHNOTIFYPROC = Option<unsafe extern "system" fn(hww: HWINWATCH, hwnd: HWND, code: u32, lparam: LPARAM)>;

Aliased Type§

enum WINWATCHNOTIFYPROC {
    None,
    Some(unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: u32, _: isize)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: u32, _: isize))

Some value of type T.