ReactOS 0.4.16-dev-340-g0540c21
|
Public Attributes | |
HWND | hwnd |
HIMAGELIST | himl |
HIMAGELIST | himlNoCursor |
INT | x |
INT | y |
INT | dxHotspot |
INT | dyHotspot |
BOOL | bShow |
HBITMAP | hbmBg |
Definition at line 140 of file imagelist.c.
BOOL INTERNALDRAG::bShow |
Definition at line 152 of file imagelist.c.
Referenced by ImageList_DragMove(), ImageList_DragShowNolock(), ImageList_EndDrag(), and ImageList_SetDragCursorImage().
INT INTERNALDRAG::dxHotspot |
Definition at line 149 of file imagelist.c.
Referenced by ImageList_BeginDrag(), ImageList_DragMove(), ImageList_DragShowNolock(), ImageList_EndDrag(), ImageList_GetDragImage(), and ImageList_SetDragCursorImage().
INT INTERNALDRAG::dyHotspot |
Definition at line 150 of file imagelist.c.
Referenced by ImageList_BeginDrag(), ImageList_DragMove(), ImageList_DragShowNolock(), ImageList_EndDrag(), ImageList_GetDragImage(), and ImageList_SetDragCursorImage().
HBITMAP INTERNALDRAG::hbmBg |
Definition at line 154 of file imagelist.c.
Referenced by ImageList_DragMove(), ImageList_DragShowNolock(), ImageList_EndDrag(), and ImageList_SetDragCursorImage().
HIMAGELIST INTERNALDRAG::himl |
Definition at line 143 of file imagelist.c.
Referenced by ImageList_BeginDrag(), ImageList_DragEnter(), ImageList_DragMove(), ImageList_DragShowNolock(), ImageList_EndDrag(), ImageList_GetDragImage(), ImageList_InternalDragDraw(), and ImageList_SetDragCursorImage().
HIMAGELIST INTERNALDRAG::himlNoCursor |
Definition at line 144 of file imagelist.c.
Referenced by ImageList_BeginDrag(), ImageList_EndDrag(), and ImageList_SetDragCursorImage().
HWND INTERNALDRAG::hwnd |
Definition at line 142 of file imagelist.c.
Referenced by ImageList_DragEnter(), ImageList_DragLeave(), ImageList_DragMove(), ImageList_DragShowNolock(), and ImageList_EndDrag().
INT INTERNALDRAG::x |
Definition at line 146 of file imagelist.c.
Referenced by ImageList_DragEnter(), ImageList_DragMove(), ImageList_DragShowNolock(), ImageList_EndDrag(), and ImageList_GetDragImage().
INT INTERNALDRAG::y |
Definition at line 147 of file imagelist.c.
Referenced by ImageList_DragEnter(), ImageList_DragMove(), ImageList_DragShowNolock(), ImageList_EndDrag(), and ImageList_GetDragImage().