IsZoomed

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

This function determines whether or not a window has been maximized.

Parameters

hwnd

Identifies the window.

Return Value

The return value specifies whether or not the given window is maximized. It is nonzero if the window is maximized. Otherwise, it is zero.

See Also

IsIconic