.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH ImageList_SetDragCursorImage 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBImageList_SetDragCursorImage\fR (COMCTL32.@) .SH SYNOPSIS BOOL ImageList_SetDragCursorImage ( HIMAGELIST \fIhimlDrag\fR, INT \fIiDrag\fR, INT \fIdxHotspot\fR, INT \fIdyHotspot\fR ) .SH DESCRIPTION .PP Combines the specified image with the current drag image. .SH PARAMS \fIhimlDrag\fR \fB[In]\fR handle to drag image list. .PP \fIiDrag\fR \fB[In]\fR drag image index. .PP \fIdxHotspot\fR \fB[In]\fR X position of the hot spot. .PP \fIdyHotspot\fR \fB[In]\fR Y position of the hot spot. .PP .SH RETURNS .PP \fBSuccess:\fR \fBTRUE\fR .PP \fBFailure:\fR \fBFALSE\fR. .SH NOTES .PP \fB-\fR The names \fIdxHotspot\fR, \fIdyHotspot\fR are misleading because they have nothing to do with a hotspot but are only the offset of the origin of the new image relative to the origin of the old image. .PP \fB-\fR When this function is called and the drag image is visible, a short flickering occurs but this matches the Win9x behavior. It is possible to fix the flickering using code like in ImageList_DragMove. .SH IMPLEMENTATION .PP Declared in \fB"commctrl.h"\fR. .PP Implemented in \fB"dlls/comctl32/imagelist.c"\fR. .PP Debug channel \fB"imagelist"\fR.