Searched refs:FindWindowA (Results 1 – 13 of 13) sorted by relevance
/reactos/win32ss/user/user32/misc/ |
H A D | winhelp.c | 63 hDest = FindWindowA("MS_WINHELP", NULL); in WinHelpA() 70 if (!(hDest = FindWindowA("MS_WINHELP", NULL))) { in WinHelpA()
|
/reactos/modules/rostests/winetests/shell32/ |
H A D | progman_dde.c | 170 if ((window = FindWindowA("ExplorerWClass", title)) || in check_window_exists() 171 (window = FindWindowA("CabinetWClass", title))) in check_window_exists()
|
H A D | shlexec.c | 528 HWND wnd = FindWindowA("#32770", "Windows"); in shell_execute_() 530 wnd = FindWindowA("Shell_Flyout", ""); in shell_execute_()
|
H A D | shlfileop.c | 2645 hwnd = FindWindowA(NULL, NULL); in test_unicode()
|
/reactos/modules/rostests/apitests/shell32/ |
H A D | OpenAs_RunDLL.cpp | 77 HWND hwnd = FindWindowA("#32770", "Open With"); in watch_thread_proc()
|
/reactos/modules/rostests/winetests/user32/ |
H A D | dialog.c | 2097 hwndMbox = FindWindowA(NULL, msgbox_title); in WorkerThread() 2363 hwnd = FindWindowA(NULL, caption); in wait_for_window()
|
H A D | sysparams.c | 830 if (FindWindowA( NULL, "Cygwin/XFree86" )) in test_SPI_SETBORDER() 1136 if (FindWindowA( NULL, "Cygwin/XFree86" )) in test_SPI_SETICONTITLEWRAP()
|
H A D | win.c | 7094 hwnd = FindWindowA("Shell_TrayWnd", NULL); in test_GetWindowModuleFileName()
|
H A D | msg.c | 16763 taskbar_window = FindWindowA("Shell_TrayWnd", NULL); in test_hotkey()
|
/reactos/win32ss/user/user32/ |
H A D | user32.spec | 231 230 stdcall FindWindowA(str str)
|
/reactos/win32ss/user/user32/windows/ |
H A D | window.c | 870 FindWindowA(LPCSTR lpClassName, LPCSTR lpWindowName) in FindWindowA() function
|
/reactos/sdk/include/psdk/ |
H A D | winuser.h | 4541 HWND WINAPI FindWindowA(_In_opt_ LPCSTR, _In_opt_ LPCSTR); 5789 #define FindWindow FindWindowA
|
/reactos/modules/rostests/winetests/mshtml/ |
H A D | htmldoc.c | 5672 hwnd = FindWindowA("Internet Explorer_Hidden", NULL); in test_download()
|