The DragQueryPoint function retrieves the position of the mouse pointer at the time a file was dropped.
BOOL DragQueryPoint(
HDROP hDrop, |
// handle to structure for dropped file |
LPPOINT lppt |
// pointer to structure for mouse coordinates |
); |
If the drop occurred in the client area of the window, the return value is nonzero.
If the drop did not occur in the client area of the window, the return value is zero.
The DragQueryPoint function fills the POINT structure with the coordinates of the mouse pointer at the time the user released the left mouse button. The window for which coordinates are returned is the window that received the WM_DROPFILES message.
DragQueryFile, POINT, WM_DROPFILES
file: /Techref/os/win/api/win32/func/src/f17_14.htm, 2KB, , updated: 2000/4/7 11:12, local time: 2024/11/5 02:22,
3.128.202.133:LOG IN ©2024 PLEASE DON'T RIP! THIS SITE CLOSES OCT 28, 2024 SO LONG AND THANKS FOR ALL THE FISH!
|
©2024 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE. Questions? <A HREF="http://massmind.org/Techref/os/win/api/win32/func/src/f17_14.htm"> DragQueryPoint</A> |
Did you find what you needed? |
Welcome to massmind.org! |
Welcome to massmind.org! |
.