.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH ImageList_DragLeave 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBImageList_DragLeave\fR (COMCTL32.@) .SH SYNOPSIS BOOL ImageList_DragLeave ( HWND \fIhwndLock\fR ) .SH DESCRIPTION .PP Unlocks window update and hides the drag image. .SH PARAMS \fIhwndLock\fR \fB[In]\fR handle of the window that owns the drag image. .PP .SH RETURNS .PP \fBSuccess:\fR \fBTRUE\fR .PP \fBFailure:\fR \fBFALSE\fR .SH IMPLEMENTATION .PP Declared in \fB"commctrl.h"\fR. .PP Implemented in \fB"dlls/comctl32/imagelist.c"\fR. .PP Debug channel \fB"imagelist"\fR.