WindowsUtilitiesIsHungAppWindow Method |
Determines whether the system considers that a specified application is not responding.
An application is considered to be not responding if it is not waiting for input, is not in startup processing, and has not called PeekMessage within the internal timeout period of 5 seconds.
This function is not intended for general use. It may be altered or unavailable in subsequent versions of Windows.
Namespace:
ShellBoost.Core.Utilities
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public static bool IsHungAppWindow(
IntPtr handle
)
Parameters
- handle
- Type: SystemIntPtr
The handle.
Return Value
Type:
Booleantrue if the specified window stops responding; otherwise,
false.
See Also