Group: Shell Functions - Library: shell32
Dragging files from Explorer window and dropping them on FoxPro control (requires VFP9)
VOID DragFinish(
HDROP hDrop
);
DECLARE DragFinish IN shell32;
INTEGER hDrop
hDrop Identifier of the structure that describes dropped files. This handle is retrieved from the wParam parameter of the WM_DROPFILES message.
No return value.