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.
hDrop
Identifies the internal data structure describing dropped files. This handle was retrieved from the wParam parameter of the WM_DROPFILES message.
This function does not return a value.