Prev Next

DragFinish info

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

   );

Parameters

hDrop
Identifies the structure describing dropped files. This handle is retrieved from the wParam parameter of the WM_DROPFILES message.

Return Values

This function does not return a value.

See Also

WM_DROPFILES