CloseWindow function user32

int CloseWindow(
  1. int hWnd
)

Minimizes (but does not destroy) the specified window.

BOOL CloseWindow(
  HWND hWnd
);

Implementation

int CloseWindow(int hWnd) => _CloseWindow(hWnd);