IsIconic

Syntax

BOOL IsIconic(hWnd)

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

Parameter Type/Description  

hWnd HWND Identifies the window.  

Return Value

The return value specifies whether the window is minimized. It is nonzero if the window is minimized. Otherwise, it is zero.