[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
oWin:dropfiles( <hDrop> ) -> <void>
------------------------------------------------------------------------------
PARAMETER:
<hDrop> handle to the DROP structure, this will then be stored in
the iVar ::hDrop. This handle is only valid during within
the drag process. Filenames are then retrieved with the
DragQuery...( hDrop ) API functions
DESCRIPTION:
If a window accepts files that are dropped from the File Manager on to it
( iE ::bDropFiles contains a codeblock ) ::dropFiles() is called by the
eventhandler whenever this happens.
The handle <hDrop> points to a Windows DROP structure, from which
the file names of dropped files and there release coordinates can be
extracted.
See Also:
bDropFiles
hDrop
DropOver
DragAcceptFiles
DragQueryFiles
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson