Searched refs:ShowWindowAsync (Results 1 – 13 of 13) sorted by relevance
/reactos/modules/rosapps/applications/explorer-old/desktop/ |
H A D | desktop.cpp | 74 ShowWindowAsync(*it, SW_SHOW); in ~Desktops() 187 ShowWindowAsync(*it, SW_HIDE); in SwitchToDesktop() 191 ShowWindowAsync(*it, SW_SHOW); in SwitchToDesktop() 221 ShowWindowAsync(hwnd, SW_MINIMIZE); in MinimizeDesktopEnumFct() 239 ShowWindowAsync(it->first, it->second&WS_MAXIMIZE? SW_MAXIMIZE: SW_RESTORE); in ToggleMinimize()
|
/reactos/win32ss/user/user32/controls/ |
H A D | ghost.c | 273 ShowWindowAsync(hwndTarget, SW_HIDE); in Ghost_OnCreate() 418 ShowWindowAsync(pData->hwndTarget, SW_SHOWNOACTIVATE); in Ghost_OnNCDestroy()
|
H A D | appswitch.c | 121 ShowWindowAsync(switchdialog, SW_HIDE); in CompleteSwitch() 477 ShowWindowAsync(switchdialog, SW_SHOWNORMAL); in ProcessHotKey()
|
/reactos/base/applications/taskmgr/ |
H A D | applpage.c | 724 ShowWindowAsync(pAPLI->hWnd, SW_MINIMIZE); in ApplicationPage_OnWindowsMinimize() 745 ShowWindowAsync(pAPLI->hWnd, SW_MAXIMIZE); in ApplicationPage_OnWindowsMaximize() 823 ShowWindowAsync(hMainWnd, SW_MINIMIZE); in ApplicationPage_OnSwitchTo()
|
/reactos/win32ss/user/winsrv/consrv/frontends/gui/ |
H A D | guiterm.c | 206 ShowWindowAsync(NewWindow, (int)GuiData->GuiInfo.ShowWindow); in GuiConsoleInputThread() 211 ShowWindowAsync(NewWindow, SW_HIDE); in GuiConsoleInputThread()
|
/reactos/modules/rostests/apitests/browseui/ |
H A D | IAutoComplete.cpp | 265 ShowWindowAsync(hwndEdit, SW_SHOWNORMAL); in DoTestCaseA() 605 ShowWindowAsync(hwndEdit, SW_SHOWNORMAL); in DoTestCaseB()
|
/reactos/dll/win32/browseui/ |
H A D | CAutoComplete.cpp | 113 ::ShowWindowAsync(s_hWatchWnd, SW_HIDE); // hide it in MouseProc() 1882 ::ShowWindowAsync(s_hWatchWnd, SW_HIDE); in OnShowWindow()
|
/reactos/win32ss/user/user32/include/ |
H A D | ntwrapper.h | 446 ShowWindowAsync(HWND hWnd, int nCmdShow) in ShowWindowAsync() function
|
/reactos/sdk/lib/atl/ |
H A D | atlwin.h | 1339 BOOL ShowWindowAsync(int nCmdShow) in ShowWindowAsync() function 1342 return ::ShowWindowAsync(m_hWnd, nCmdShow); in ShowWindowAsync()
|
/reactos/win32ss/user/user32/ |
H A D | user32.spec | 679 668 stdcall ShowWindowAsync(long long) NtUserShowWindowAsync
|
/reactos/base/shell/explorer/ |
H A D | taskswnd.cpp | 1605 ::ShowWindowAsync(TaskItem->hWnd, SW_MINIMIZE); in HandleTaskItemClick()
|
H A D | traywnd.cpp | 3115 ::ShowWindowAsync(hwnd, SW_SHOWMINNOACTIVE)) // Minimize in MinimizeWindowsProc()
|
/reactos/sdk/include/psdk/ |
H A D | winuser.h | 5375 BOOL WINAPI ShowWindowAsync(_In_ HWND, _In_ int);
|