DragFinish

3.1

  #include <shellapi.h>    

  void DragFinish(hDrop)    
  HDROP hDrop; /* handle of memory to free */

The DragFinish function releases memory that Windows allocated for use in transferring filenames to the application.

Parameters

hDrop

Identifies the internal data structure that describes dropped files. This handle is passed to the application in the wParam parameter of the WM_DROPFILES message.

Return Value

This function does not return a value.