Function windows::Win32::UI::Controls::DPA_Merge

pub unsafe fn DPA_Merge<P0, P1, P2>(
    hdpadest: P0,
    hdpasrc: P1,
    dwflags: u32,
    pfncompare: PFNDACOMPARE,
    pfnmerge: PFNDPAMERGE,
    lparam: P2
) -> BOOL
where P0: IntoParam<HDPA>, P1: IntoParam<HDPA>, P2: IntoParam<LPARAM>,