IsWindow function user32

int IsWindow(
  1. int hWnd
)

Determines whether the specified window handle identifies an existing window.

BOOL IsWindow(
  HWND hWnd);

Implementation

int IsWindow(int hWnd) => _IsWindow(hWnd);