Home
last modified time | relevance | path

Searched refs:FindWindowA (Results 1 – 13 of 13) sorted by relevance

/reactos/win32ss/user/user32/misc/
H A Dwinhelp.c63 hDest = FindWindowA("MS_WINHELP", NULL); in WinHelpA()
70 if (!(hDest = FindWindowA("MS_WINHELP", NULL))) { in WinHelpA()
/reactos/modules/rostests/winetests/shell32/
H A Dprogman_dde.c170 if ((window = FindWindowA("ExplorerWClass", title)) || in check_window_exists()
171 (window = FindWindowA("CabinetWClass", title))) in check_window_exists()
H A Dshlexec.c528 HWND wnd = FindWindowA("#32770", "Windows"); in shell_execute_()
530 wnd = FindWindowA("Shell_Flyout", ""); in shell_execute_()
H A Dshlfileop.c2645 hwnd = FindWindowA(NULL, NULL); in test_unicode()
/reactos/modules/rostests/apitests/shell32/
H A DOpenAs_RunDLL.cpp77 HWND hwnd = FindWindowA("#32770", "Open With"); in watch_thread_proc()
/reactos/modules/rostests/winetests/user32/
H A Ddialog.c2097 hwndMbox = FindWindowA(NULL, msgbox_title); in WorkerThread()
2363 hwnd = FindWindowA(NULL, caption); in wait_for_window()
H A Dsysparams.c830 if (FindWindowA( NULL, "Cygwin/XFree86" )) in test_SPI_SETBORDER()
1136 if (FindWindowA( NULL, "Cygwin/XFree86" )) in test_SPI_SETICONTITLEWRAP()
H A Dwin.c7094 hwnd = FindWindowA("Shell_TrayWnd", NULL); in test_GetWindowModuleFileName()
H A Dmsg.c16763 taskbar_window = FindWindowA("Shell_TrayWnd", NULL); in test_hotkey()
/reactos/win32ss/user/user32/
H A Duser32.spec231 230 stdcall FindWindowA(str str)
/reactos/win32ss/user/user32/windows/
H A Dwindow.c870 FindWindowA(LPCSTR lpClassName, LPCSTR lpWindowName) in FindWindowA() function
/reactos/sdk/include/psdk/
H A Dwinuser.h4541 HWND WINAPI FindWindowA(_In_opt_ LPCSTR, _In_opt_ LPCSTR);
5789 #define FindWindow FindWindowA
/reactos/modules/rostests/winetests/mshtml/
H A Dhtmldoc.c5672 hwnd = FindWindowA("Internet Explorer_Hidden", NULL); in test_download()