Home
last modified time | relevance | path

Searched refs:IsHungAppWindow (Results 1 – 7 of 7) sorted by relevance

/reactos/base/applications/taskmgr/
H A Dapplpage.c337 IsHungAppWindowProc IsHungAppWindow; in EnumWindowsProc() local
382IsHungAppWindow = (IsHungAppWindowProc)(FARPROC)GetProcAddress(GetModuleHandleW(L"USER32.DLL"), "I… in EnumWindowsProc()
384 if (IsHungAppWindow) in EnumWindowsProc()
385 bHung = IsHungAppWindow(hWnd); in EnumWindowsProc()
/reactos/win32ss/user/user32/controls/
H A Dghost.c186 !IsHungAppWindow(hwndTarget)) // not hung? in Ghost_OnCreate()
475 if (!IsWindow(hwndTarget) || !IsHungAppWindow(hwndTarget)) in Ghost_OnTimer()
/reactos/win32ss/user/user32/
H A Duser32.spec433 @ stdcall IsHungAppWindow(long)
/reactos/win32ss/user/user32/windows/
H A Dwindow.c1847 IsHungAppWindow(HWND hwnd) in IsHungAppWindow() function
/reactos/base/shell/explorer/
H A Dtaskswnd.cpp1604 if (!::IsHungAppWindow(TaskItem->hWnd)) in HandleTaskItemClick()
H A Dtraywnd.cpp105 !::IsHungAppWindow(hwnd)) in CanBeMinimized()
/reactos/sdk/include/psdk/
H A Dwinuser.h4995 BOOL WINAPI IsHungAppWindow(_In_ HWND);