Home
last modified time | relevance | path

Searched refs:oldCursor (Results 1 – 2 of 2) sorted by relevance

/reactos/dll/win32/comdlg32/
H A Dfiledlg31.c181 HCURSOR hCursorWait, oldCursor; in FD31_ScanDir() local
192 oldCursor = SetCursor(hCursorWait); in FD31_ScanDir()
218 SetCursor(oldCursor); in FD31_ScanDir()
/reactos/dll/win32/comctl32/
H A Dlistview.c8793 HCURSOR oldCursor = infoPtr->hHotCursor; in LISTVIEW_SetHotCursor() local
8797 return oldCursor; in LISTVIEW_SetHotCursor()