Searched refs:IsHungAppWindow (Results 1 – 7 of 7) sorted by relevance
337 IsHungAppWindowProc IsHungAppWindow; in EnumWindowsProc() local382 …IsHungAppWindow = (IsHungAppWindowProc)(FARPROC)GetProcAddress(GetModuleHandleW(L"USER32.DLL"), "I… in EnumWindowsProc()384 if (IsHungAppWindow) in EnumWindowsProc()385 bHung = IsHungAppWindow(hWnd); in EnumWindowsProc()
186 !IsHungAppWindow(hwndTarget)) // not hung? in Ghost_OnCreate()475 if (!IsWindow(hwndTarget) || !IsHungAppWindow(hwndTarget)) in Ghost_OnTimer()
433 @ stdcall IsHungAppWindow(long)
1847 IsHungAppWindow(HWND hwnd) in IsHungAppWindow() function
1604 if (!::IsHungAppWindow(TaskItem->hWnd)) in HandleTaskItemClick()
105 !::IsHungAppWindow(hwnd)) in CanBeMinimized()
4995 BOOL WINAPI IsHungAppWindow(_In_ HWND);