Determines whether the specified window handle identifies an existing window
#include <WinAPISysWin.au3>
_WinAPI_IsWindow ( $hWnd )
$hWnd | Handle to be tested |
True: | window is existing. |
False: | window is not existing. |
Search IsWindow in MSDN Library.