Search
Module:
Directory

   Desktop Functions:

   Smart Device Functions:


Show Recent Changes
Subscribe (RSS)
Misc. Pages
Comments
FAQ
Helpful Tools
Playground
Suggested Reading
Website TODO List
Download Visual Studio Add-In

Search Results for "IsHungAppWindow" in [All]

user32

.
Summary
You call the IsHungAppWindow function to determine if Microsoft Windows considers that a specified application is not responding.
.

static extern bool IsHungAppWindow(IntPtr hWnd);

.

Private Declare Auto Function IsHungAppWindow Lib "user32.dll" (ByVal hwnd As IntPtr) As Boolean

.
Documentation
[IsHungAppWindow] on MSDN

 
Access PInvoke.net directly from VS: