Function windows::Win32::System::Ole::DoDragDrop
pub unsafe fn DoDragDrop<P0, P1>(
pdataobj: P0,
pdropsource: P1,
dwokeffects: DROPEFFECT,
pdweffect: *mut DROPEFFECT,
) -> HRESULTwhere
P0: Param<IDataObject>,
P1: Param<IDropSource>,