.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH ImageList_GetDragImage 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBImageList_GetDragImage\fR (COMCTL32.@) .SH SYNOPSIS HIMAGELIST ImageList_GetDragImage ( POINT* \fIppt\fR, POINT* \fIpptHotspot\fR ) .SH DESCRIPTION .PP Returns the handle to the internal drag image list. .SH PARAMS \fIppt\fR \fB[Out]\fR Pointer to the drag position. Can be \fBNULL\fR. .PP \fIpptHotspot\fR \fB[Out]\fR Pointer to the position of the hot spot. Can be \fBNULL\fR. .PP .SH RETURNS .PP \fBSuccess:\fR Handle of the drag image list. .PP \fBFailure:\fR \fBNULL\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.