IsZoomed function Null safety user32
- int hWnd
Determines whether a window is maximized.
BOOL IsZoomed(
HWND hWnd
);
Implementation
int IsZoomed(int hWnd) => _IsZoomed(hWnd);
Determines whether a window is maximized.
BOOL IsZoomed(
HWND hWnd
);
int IsZoomed(int hWnd) => _IsZoomed(hWnd);