IsWindowVisible function user32

int IsWindowVisible(
  1. int hWnd
)

Determines the visibility state of the specified window.

BOOL IsWindowVisible(
  HWND hWnd
);

Implementation

int IsWindowVisible(int hWnd) => _IsWindowVisible(hWnd);