Function Reference


_WinAPI_IsZoomed

Determines whether a window is maximized

#include <WinAPISysWin.au3>
_WinAPI_IsZoomed ( $hWnd )

Parameters

$hWnd Handle to the window to test.

Return Value

True: the window is zoomed.
False: the window is not zoomed.

See Also

Search IsZoomed in MSDN Library.