Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- The Guide to Clip-4-Win version 3.0 - <b>dragfinish()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
DragFinish()
Finish dropping files
------------------------------------------------------------------------------

Syntax
DragFinish( <hDrop> )   -->   nil

Arguments
<hDrop> is the handle of an internal structure containing
information about dropped files, and is passed as the nwParam
of a WM_DROPFILES message.

Returns
NIL.

Description
This function releases the memory that was allocated
internally by Windows during the transfer of dropped files.

Example
See source\drop.prg and related files.

See Also: DragAcceptFiles() DragQueryFile() DragQueryPoint()

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson