[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
DragQueryPoint( <hDrop>, <aPoint> ) -> <lIn>
------------------------------------------------------------------------------
PARAMETER:
<hDrop> Identifies the internal DROPFILES structure that describes
dropped files. It is kept in the instanceVar oWnd:hDrop
<aPoint> Is a two element array, where nRow and nCol will be
stored.
RETURNS:
<lIn> Bool: TRUE if Files where dropped inside the windows
client Area
DESCRIPTION:
This function fills a two element array (initialized by the user) with
the coordinates where the DropFiles event has occurred. The function
returns TRUE if the event was in the client area of the window, or
FALSE if it was in a non-client area.
SOURCE:
SOURCE\WINAPI\DropFile.C
See Also:
DropFiles
bDropFiles
DragQueryFiles
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson