Type Alias windows::Win32::UI::Controls::PFNDPAMERGE

pub type PFNDPAMERGE = Option<unsafe extern "system" fn(umsg: DPAMM_MESSAGE, pvdest: *const c_void, pvsrc: *const c_void, lparam: LPARAM) -> *mut c_void>;

Aliased Type§

enum PFNDPAMERGE {
    None,
    Some(unsafe extern "system" fn(_: DPAMM_MESSAGE, _: *const c_void, _: *const c_void, _: LPARAM) -> *mut c_void),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(_: DPAMM_MESSAGE, _: *const c_void, _: *const c_void, _: LPARAM) -> *mut c_void)

Some value of type T.