Group: Window - Library: user32
Minimizing all running applications
BOOL IsIconic(
HWND hWnd
);
DECLARE INTEGER IsIconic IN user32
INTEGER hWnd
hWnd [in] Handle to the window to test.
If the window is iconic, the return value is nonzero.
See the IsZoomed function.