The DragFinish function releases memory that Windows allocated for use in transferring filenames to the application.
VOID DragFinish(
HDROP hDrop
// handle to memory to free
);
This function does not return a value.
WM_DROPFILES