Determines the visibility state of the specified window.
BOOL IsWindowVisible( HWND hWnd );
int IsWindowVisible(int hWnd) => _IsWindowVisible(hWnd);