The IsZoomed function determines whether a window is maximized.
Syntax
BOOL IsZoomed(
HWND hWnd
);
Parameters
- hWnd
-
[in] Handle to the window to test.
Return Value
If the window is zoomed, the return value is nonzero.
If the window is not zoomed, the return value is zero.
Function Information
| Minimum DLL Version | user32.dll |
|---|
| Header | Declared in Winuser.h, include Windows.h |
|---|
| Import library | User32.lib |
|---|
| Minimum operating systems |
Windows 95, Windows NT 3.1 |
|---|
| Unicode | Implemented as
Unicode version. |
|---|
See Also