User32GhostWindowFromHungWindow Method
Namespace: DevCase.Win32.NativeMethodsAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
[DllImportAttribute("User32.dll", SetLastError = true)]
public static IntPtr GhostWindowFromHungWindow(
IntPtr hWndHung
)
<DllImportAttribute("User32.dll", SetLastError := true>]
Public Shared Function GhostWindowFromHungWindow (
hWndHung As IntPtr
) As IntPtr
Dim hWndHung As IntPtr
Dim returnValue As IntPtr
returnValue = User32.GhostWindowFromHungWindow(hWndHung)
public:
[DllImportAttribute(L"User32.dll", SetLastError = true)]
static IntPtr GhostWindowFromHungWindow(
IntPtr hWndHung
)
[<DllImportAttribute("User32.dll", SetLastError = true)>]
static member GhostWindowFromHungWindow :
hWndHung : IntPtr -> IntPtr
No code example is currently available or this language may not be supported.
- hWndHung IntPtr
-
The handle of a hung window.
IntPtr
The handle of the ghost window which shadows
hWndHung,
or
Zero on failure.