DragFinish

  VOID DragFinish(hDrop)    
  HANDLE 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 describing dropped files. This handle was retrieved from the wParam parameter of the WM_DROPFILES message.

Return Value

This function does not return a value.