Home
last modified time | relevance | path

Searched refs:ImageList_DragShowNolock (Results 1 – 4 of 4) sorted by relevance

/reactos/dll/win32/comctl32/
H A Dcomctl32.spec48 49 stdcall ImageList_DragShowNolock(long)
H A Dheader.c635 ImageList_DragShowNolock(FALSE); in HEADER_Refresh()
677 ImageList_DragShowNolock(TRUE); in HEADER_Refresh()
1762 ImageList_DragShowNolock(FALSE); in HEADER_LButtonUp()
1907 ImageList_DragShowNolock(TRUE); in HEADER_MouseMove()
H A Dimagelist.c974 return ImageList_DragShowNolock(TRUE); in ImageList_DragEnter()
1005 ImageList_DragShowNolock (FALSE); in ImageList_DragLeave()
1153 ImageList_DragShowNolock (BOOL bShow) in ImageList_DragShowNolock() function
2947 ImageList_DragShowNolock(FALSE); in ImageList_SetDragCursorImage()
2962 ImageList_DragShowNolock(TRUE); in ImageList_SetDragCursorImage()
3824 return ImageList_DragShowNolock(fShow) ? S_OK : E_FAIL; in ImageListImpl_DragShowNolock()
/reactos/sdk/include/psdk/
H A Dcommctrl.h546 WINCOMMCTRLAPI BOOL WINAPI ImageList_DragShowNolock(BOOL fShow);