Share via


ImageList_SetDragCursorImage (Windows CE 5.0)

Send Feedback

This function creates a new drag image by combining the specified image with the current drag image.

BOOLWINAPIImageList_SetDragCursorImage(HIMAGELISThimlDrag, intiDrag, intdxHotspot, intdyHotspot );

Parameters

  • himlDrag
    [in] Handle to the image list that contains the new image to combine with the drag image.
  • iDrag
    [in] Index of the new image to combine with the drag image.
  • dxHotspot and dyHotspot
    [in] Specifies the position of the hot spot within the new image.

Return Values

Nonzero indicates success. Zero indicates failure.

Requirements

OS Versions: Windows CE 1.0 and later.
Header: Commctrl.h.
Link Library: Commctrl.lib, Imgctl.lib.

See Also

ImageList_EndDrag | ImageList_BeginDrag

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.