Click to Rate and Give Feedback
MSDN
MSDN Library
User Interface
Windowing
Windows
Windows Reference
Functions
 IsIconic Function
IsIconic Function

The IsIconic function determines whether the specified window is minimized (iconic).

Syntax

BOOL IsIconic(      
    HWND hWnd );

Parameters

hWnd
[in] Handle to the window to test.

Return Value

If the window is iconic, the return value is nonzero.

If the window is not iconic, the return value is zero.

Example

For an example, see Drawing a Minimized Window.

Function Information

Minimum DLL Versionuser32.dll
HeaderDeclared in Winuser.h, include Windows.h
Import libraryUser32.lib
Minimum operating systems Windows 95, Windows NT 3.1
UnicodeImplemented as Unicode version.

See Also

Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2009 Microsoft Corporation. All rights reserved. Terms of Use | Trademarks | Privacy Statement | Site Feedback
Page view tracker