Searched refs:IDC_WAIT (Results 1 – 17 of 17) sorted by relevance
/reactos/sdk/include/reactos/ui/ |
H A D | CWaitCursor.h | 18 s_hWaitCursor = ::LoadCursor(NULL, IDC_WAIT); in CWaitCursor()
|
/reactos/modules/rosapps/lib/vfdlib/ |
H A D | vfdguiut.c | 182 hourglass = LoadCursor(NULL, IDC_WAIT); in VfdGuiClose() 298 original = SetCursor(LoadCursor(NULL, IDC_WAIT)); in VfdGuiFormat()
|
H A D | vfdctl.c | 679 original = SetCursor(LoadCursor(NULL, IDC_WAIT)); in VfdStartDriver() 834 original = SetCursor(LoadCursor(NULL, IDC_WAIT)); in VfdStopDriver()
|
/reactos/win32ss/user/user32/controls/ |
H A D | ghost.c | 24 IDC_WAIT, /* cursor */ 573 SetCursor(LoadCursor(NULL, IDC_WAIT)); in GhostWndProc_common()
|
/reactos/dll/win32/shlwapi/ |
H A D | utils.cpp | 70 hOldCursor = SetCursor(LoadCursorW(NULL, (LPCWSTR)IDC_WAIT)); in SHInvokeCommandOnContextMenuInternal()
|
/reactos/base/applications/regedit/ |
H A D | treeview.c | 310 hcursorOld = SetCursor(LoadCursor(NULL, IDC_WAIT)); in RefreshTreeView() 512 hcursorOld = SetCursor(LoadCursor(NULL, IDC_WAIT)); in OnTreeExpanding()
|
/reactos/dll/win32/comdlg32/ |
H A D | fontdlg.c | 627 HCURSOR hcursor=SetCursor(LoadCursorW(0,(LPWSTR)IDC_WAIT)); in CFn_WMInitDialog() 982 HCURSOR hcursor=SetCursor(LoadCursorW(0,(LPWSTR)IDC_WAIT)); in CFn_WMCommand()
|
H A D | filedlg31.c | 191 hCursorWait = LoadCursorA(0, (LPSTR)IDC_WAIT); in FD31_ScanDir()
|
H A D | colordlg.c | 607 HCURSOR hcursor = SetCursor( LoadCursorW(0, (LPCWSTR)IDC_WAIT) ); in CC_PrepareColorGraph()
|
/reactos/base/applications/notepad/ |
H A D | dialog.c | 131 s_hWaitCursor = LoadCursor(NULL, IDC_WAIT); in WaitCursor()
|
/reactos/modules/rosapps/applications/explorer-old/utility/ |
H A D | utility.h | 279 _old_cursor = SetCursor(LoadCursor(0, IDC_WAIT)); in WaitCursor()
|
/reactos/dll/win32/msvfw32/ |
H A D | mciwnd.c | 566 hCursor = LoadCursorW(0, (LPWSTR)IDC_WAIT); in MCIWndProc()
|
/reactos/dll/win32/shell32/ |
H A D | brfolder.cpp | 405 SetCursor(LoadCursorW(NULL, (LPWSTR)IDC_WAIT)); in BrFolder_Expand()
|
/reactos/modules/rostests/winetests/user32/ |
H A D | cursoricon.c | 704 cursor2 = LoadCursorA(NULL, (LPCSTR)IDC_WAIT); in test_initial_cursor() 2648 cursor2 = LoadCursorA(NULL, (LPCSTR)IDC_WAIT); in test_DestroyCursor()
|
/reactos/win32ss/user/user32/windows/ |
H A D | cursoricon.c | 28 …NtUserSetSystemCursor(LoadImageW( 0, IDC_WAIT, IMAGE_CURSOR, 0, 0, LR_DEFAULTSIZE ), OCR_WA… in LoadSystemCursors()
|
/reactos/dll/win32/browseui/ |
H A D | shellbrowser.cpp | 1064 saveCursor = SetCursor(LoadCursor(NULL, IDC_WAIT)); in BrowseToPath()
|
/reactos/sdk/include/psdk/ |
H A D | winuser.h | 689 #define IDC_WAIT MAKEINTRESOURCE(32514) macro
|