BOOL IsIconic(hWnd)
This function specifies whether a window is minimized (iconic).
Parameter | Type/Description |
hWnd | HWND Identifies the window. |
The return value specifies whether the window is minimized. It is nonzero if the window is minimized. Otherwise, it is zero.