Function Reference


_WinAPI_IsWindow

Determines whether the specified window handle identifies an existing window

#include <WinAPISysWin.au3>
_WinAPI_IsWindow ( $hWnd )

Parameters

$hWnd Handle to be tested

Return Value

True: window is existing.
False: window is not existing.

See Also

Search IsWindow in MSDN Library.