This function unlocks the specified window and hides the drag image, allowing the window to be updated.
At a Glance
Header file: | Commctrl.h |
Windows CE versions: | 1.0 and later |
Syntax
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.
See Also