.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH ImageList_DragEnter 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBImageList_DragEnter\fR (COMCTL32.@) .SH SYNOPSIS BOOL ImageList_DragEnter ( HWND \fIhwndLock\fR, INT \fIx\fR, INT \fIy\fR ) .SH DESCRIPTION .PP Locks window update and displays the drag image at the given position. .SH PARAMS \fIhwndLock\fR \fB[In]\fR handle of the window that owns the drag image. .PP \fIx\fR \fB[In]\fR X position of the drag image. .PP \fIy\fR \fB[In]\fR Y position of the drag image. .PP .SH RETURNS .PP \fBSuccess:\fR \fBTRUE\fR .PP \fBFailure:\fR \fBFALSE\fR. .SH NOTES .PP The position of the drag image is relative to the window, not the client area. .SH IMPLEMENTATION .PP Declared in \fB"commctrl.h"\fR. .PP Implemented in \fB"dlls/comctl32/imagelist.c"\fR. .PP Debug channel \fB"imagelist"\fR.