Click or drag to resize

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:  callback.ShellBoost.Core.Utilities
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public static bool IsHungAppWindow(
	IntPtr handle
)

Parameters

handle
Type: SystemIntPtr
The handle.

Return Value

Type: Boolean
true if the specified window stops responding; otherwise, false.
See Also