Home
last modified time | relevance | path

Searched refs:ImageList_DragMove (Results 1 – 6 of 6) sorted by relevance

/reactos/dll/win32/comctl32/
H A Dcomctl32.spec47 48 stdcall ImageList_DragMove(long long)
H A Dimagelist.c1070 ImageList_DragMove (INT x, INT y) in ImageList_DragMove() function
3797 return ImageList_DragMove(x, y) ? S_OK : E_FAIL; in ImageListImpl_DragMove()
H A Dheader.c1920 ImageList_DragMove(drag.x, drag.y); in HEADER_MouseMove()
/reactos/base/shell/progman/
H A Dgroup.c329 ImageList_DragMove(pt.x, pt.y); in GROUP_GroupWndProc()
/reactos/dll/win32/shell32/
H A DCDefView.cpp4275 ImageList_DragMove(ptClient.x, ptClient.y); in DragOver()
/reactos/sdk/include/psdk/
H A Dcommctrl.h535 WINCOMMCTRLAPI BOOL WINAPI ImageList_DragMove(int x,int y);