Share via


ImageList_DragLeave

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

BOOL WINAPI ImageList_DragLeave(
  HWND hwndLock 
);

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

Last updated on Wednesday, April 13, 2005

© 2005 Microsoft Corporation. All rights reserved.