Determines whether the specified window handle identifies an existing window.
BOOL IsWindow( HWND hWnd);
int IsWindow(int hWnd) => _IsWindow(hWnd);