IsZoomed function user32

int IsZoomed(
  1. int hWnd
)

Determines whether a window is maximized.

BOOL IsZoomed(
  HWND hWnd
);

Implementation

int IsZoomed(int hWnd) => _IsZoomed(hWnd);