User32HungWindowFromGhostWindow 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 HungWindowFromGhostWindow(
IntPtr hWndGhost
)
<DllImportAttribute("User32.dll", SetLastError := true>]
Public Shared Function HungWindowFromGhostWindow (
hWndGhost As IntPtr
) As IntPtr
Dim hWndGhost As IntPtr
Dim returnValue As IntPtr
returnValue = User32.HungWindowFromGhostWindow(hWndGhost)
public:
[DllImportAttribute(L"User32.dll", SetLastError = true)]
static IntPtr HungWindowFromGhostWindow(
IntPtr hWndGhost
)
[<DllImportAttribute("User32.dll", SetLastError = true)>]
static member HungWindowFromGhostWindow :
hWndGhost : IntPtr -> IntPtr
No code example is currently available or this language may not be supported.
- hWndGhost IntPtr
-
The handle of a ghost window.
IntPtr
The handle of the hung window which shadows
hWndGhost,
or
Zero on failure.