PFNDPAMERGE

Type Alias 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§

pub 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.