IsIconic

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

This function specifies whether a window is minimized (iconic).

Parameters

hwnd

Identifies the window.

Return Value

The return is non-zero if the window is minimized; otherwise, it is zero.

See Also

IsZoomed