.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH ImageList_BeginDrag 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBImageList_BeginDrag\fR (COMCTL32.@) .SH SYNOPSIS BOOL ImageList_BeginDrag ( HIMAGELIST \fIhimlTrack\fR, INT \fIiTrack\fR, INT \fIdxHotspot\fR, INT \fIdyHotspot\fR ) .SH DESCRIPTION .PP Creates a temporary image list that contains one image. It will be used as a drag image. .SH PARAMS \fIhimlTrack\fR \fB[In]\fR handle to the source image list. .PP \fIiTrack\fR \fB[In]\fR index of the drag image in the source image list. .PP \fIdxHotspot\fR \fB[In]\fR X position of the hot spot of the drag image. .PP \fIdyHotspot\fR \fB[In]\fR Y position of the hot spot of 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.