Home
last modified time | relevance | path

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

/reactos/modules/rosapps/applications/explorer-old/desktop/
H A Ddesktop.cpp74 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 Dghost.c273 ShowWindowAsync(hwndTarget, SW_HIDE); in Ghost_OnCreate()
418 ShowWindowAsync(pData->hwndTarget, SW_SHOWNOACTIVATE); in Ghost_OnNCDestroy()
H A Dappswitch.c121 ShowWindowAsync(switchdialog, SW_HIDE); in CompleteSwitch()
477 ShowWindowAsync(switchdialog, SW_SHOWNORMAL); in ProcessHotKey()
/reactos/base/applications/taskmgr/
H A Dapplpage.c724 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 Dguiterm.c206 ShowWindowAsync(NewWindow, (int)GuiData->GuiInfo.ShowWindow); in GuiConsoleInputThread()
211 ShowWindowAsync(NewWindow, SW_HIDE); in GuiConsoleInputThread()
/reactos/modules/rostests/apitests/browseui/
H A DIAutoComplete.cpp265 ShowWindowAsync(hwndEdit, SW_SHOWNORMAL); in DoTestCaseA()
605 ShowWindowAsync(hwndEdit, SW_SHOWNORMAL); in DoTestCaseB()
/reactos/dll/win32/browseui/
H A DCAutoComplete.cpp113 ::ShowWindowAsync(s_hWatchWnd, SW_HIDE); // hide it in MouseProc()
1882 ::ShowWindowAsync(s_hWatchWnd, SW_HIDE); in OnShowWindow()
/reactos/win32ss/user/user32/include/
H A Dntwrapper.h446 ShowWindowAsync(HWND hWnd, int nCmdShow) in ShowWindowAsync() function
/reactos/sdk/lib/atl/
H A Datlwin.h1339 BOOL ShowWindowAsync(int nCmdShow) in ShowWindowAsync() function
1342 return ::ShowWindowAsync(m_hWnd, nCmdShow); in ShowWindowAsync()
/reactos/win32ss/user/user32/
H A Duser32.spec679 668 stdcall ShowWindowAsync(long long) NtUserShowWindowAsync
/reactos/base/shell/explorer/
H A Dtaskswnd.cpp1605 ::ShowWindowAsync(TaskItem->hWnd, SW_MINIMIZE); in HandleTaskItemClick()
H A Dtraywnd.cpp3115 ::ShowWindowAsync(hwnd, SW_SHOWMINNOACTIVE)) // Minimize in MinimizeWindowsProc()
/reactos/sdk/include/psdk/
H A Dwinuser.h5375 BOOL WINAPI ShowWindowAsync(_In_ HWND, _In_ int);