.
You call the IsHungAppWindow function to determine if Microsoft Windows considers that a specified application is not responding.
9/20/2007 8:03:26 PM - -131.107.0.72
.
static extern bool IsHungAppWindow(IntPtr hWnd);
.
Private Declare Auto Function IsHungAppWindow Lib "user32.dll" (ByVal hwnd As IntPtr) As Boolean
.