Click to Rate and Give Feedback
MSDN
MSDN Library
User Interface
Windowing
Windows
Windows Reference
Functions
 IsZoomed Function
IsZoomed Function

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 Versionuser32.dll
HeaderDeclared in Winuser.h, include Windows.h
Import libraryUser32.lib
Minimum operating systems Windows 95, Windows NT 3.1
UnicodeImplemented as Unicode version.

See Also

Windows Overview, IsIconic
Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content      
Processing
© 2008 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement
Page view tracker