IsZoomed

2.x

  BOOL IsZoomed(hwnd)    
  HWND hwnd; /* handle of window, */  

The IsZoomed function determines whether the given window is maximized.

Parameters

hwnd

Identifies the window.

Return Value

The return value is nonzero if the window is maximized. Otherwise, it is zero.

See Also

IsIconic