ImageList_DragMove (Windows CE 5.0)
This function moves the image that is being dragged during a drag-and-drop operation. ImageList_DragMove is typically called in response to a WM_MOUSEMOVE message.
BOOLWINAPIImageList_DragMove(intx, inty );
Parameters
- x
[in] Specifies the x-coordinate at which to display the drag image. The coordinate is relative to the upper-left corner of the window, not the client area. - y
[in] Specifies the y-coordinate at which to display the drag image. The coordinate is relative to the upper-left corner of the window, not the client area.
Return Values
Nonzero indicates success. Zero indicates failure.
Remarks
To begin a drag operation, use the ImageList_BeginDrag function.
Requirements
OS Versions: Windows CE 1.0 and later.
Header: Commctrl.h.
Link Library: Commctrl.lib, Imgctl.lib.
Send Feedback on this topic to the authors