|
ReactOS 0.4.16-dev-1946-g52006dd
|

Public Attributes | |
| HWND | hwnd |
| HIMAGELIST | himl |
| HIMAGELIST | himlNoCursor |
| INT | x |
| INT | y |
| INT | dxHotspot |
| INT | dyHotspot |
| BOOL | bShow |
| HBITMAP | hbmBg |
Definition at line 150 of file imagelist.c.
| BOOL INTERNALDRAG::bShow |
Definition at line 162 of file imagelist.c.
Referenced by ImageList_DragMove(), ImageList_DragShowNolock(), ImageList_EndDrag(), and ImageList_SetDragCursorImage().
| INT INTERNALDRAG::dxHotspot |
Definition at line 159 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 160 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 164 of file imagelist.c.
Referenced by ImageList_DragMove(), ImageList_DragShowNolock(), ImageList_EndDrag(), and ImageList_SetDragCursorImage().
| HIMAGELIST INTERNALDRAG::himl |
Definition at line 153 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 154 of file imagelist.c.
Referenced by ImageList_BeginDrag(), ImageList_EndDrag(), and ImageList_SetDragCursorImage().
| HWND INTERNALDRAG::hwnd |
Definition at line 152 of file imagelist.c.
Referenced by ImageList_DragEnter(), ImageList_DragLeave(), ImageList_DragMove(), ImageList_DragShowNolock(), and ImageList_EndDrag().
| INT INTERNALDRAG::x |
Definition at line 156 of file imagelist.c.
Referenced by ImageList_DragEnter(), ImageList_DragMove(), ImageList_DragShowNolock(), ImageList_EndDrag(), and ImageList_GetDragImage().
| INT INTERNALDRAG::y |
Definition at line 157 of file imagelist.c.
Referenced by ImageList_DragEnter(), ImageList_DragMove(), ImageList_DragShowNolock(), ImageList_EndDrag(), and ImageList_GetDragImage().