Funktionreferenz


_WinAPI_IsHungAppWindow


Determines whether the specified application is not responding

#include <WinAPISysWin.au3>
_WinAPI_IsHungAppWindow ( $hWnd )

Parameter

$hWnd Handle to the window.

Rückgabewert

True: the window stops responding.
False: the window is responding.

Bemerkungen

An application is considered to be not responding if it is not waiting for input, is not in startup processing,
and did not respond to messages within the internal timeout period of 5 seconds.

Siehe auch

Suche nach IsHungAppWindow in der MSDN Bibliothek.