User32IsWindow(SafeHandle) Method

Determines whether the specified window handle identifies an existing window.

Definition

Namespace: DevCase.Win32.NativeMethods
Assembly: 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 bool IsWindow(
	SafeHandle hWnd
)

Parameters

hWnd  SafeHandle
A handle to the window to be tested.

Return Value

Boolean
If the window handle identifies an existing window, the return value is .

If the window handle does not identify an existing window, the return value is .

Remarks

See Also