Share via


ImageList_DragEnter (Windows CE 5.0)

Send Feedback

This function locks updates to the specified window during a drag operation and displays the drag image at the specified position within the window.

BOOLWINAPIImageList_DragEnter(HWNDhwndLock, intx, inty );

Parameters

  • hwndLock
    [in] Handle to the window that owns the drag image.
  • 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.

See Also

ImageList_BeginDrag | ImageList_DragLeave

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.