DAD_DragMove function
[DAD_DragMove is available in Windows 2000 and Windows XP. It might be altered or unavailable in subsequent versions. Use ImageList_DragMove instead. ]
Moves the image that is being dragged during a drag-and-drop operation.
Syntax
BOOL DAD_DragMove( POINT pt );
Parameters
- pt
-
Type: POINT
The coordinates at which to display the drag image. The coordinates are relative to the upper-left corner of the window, not the client area.
Return value
Type: BOOL
Returns nonzero if successful, or zero otherwise.
Requirements
|
Minimum supported client |
Windows 2000 Professional [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows 2000 Server [desktop apps only] |
|
Header |
|
|
Library |
|
|
DLL |
|