ImageList_GetDragImage (Windows CE 5.0)
This function retrieves the temporary image list that is used for the drag image. ImageList_GetDragImage also retrieves the current drag position and the offset of the drag image relative to the drag position.
HIMAGELISTWINAPIImageList_GetDragImage(POINTFAR* ppt, POINTFAR* pptHotspot );
Parameters
- ppt
[out] Pointer to the pointer to a POINT structure that receives the current drag position. Can be NULL. - pptHotspot
[out] Pointer to the pointer to a POINT structure that receives the offset of the drag image relative to the drag position. Can be NULL.
Return Values
The handle to the image list indicates success. NULL indicates failure.
Remarks
The temporary image list is destroyed when the ImageList_EngDrag function is called. To begin a drag operation, use the ImageListBeginDrag function.
Requirements
OS Versions: Windows CE 1.0 and later.
Header: Commctrl.h.
Link Library: Commctrl.lib, Imgctl.lib.
See Also
Send Feedback on this topic to the authors