Share via


ImageList_DragLeave (Windows CE 5.0)

Send Feedback

This function unlocks the specified window and hides the drag image, allowing the window to be updated.

BOOLWINAPIImageList_DragLeave(HWNDhwndLock );

Parameters

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

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.