Determines whether the specified window is minimized (iconic).
BOOL IsIconic( HWND hWnd );
int IsIconic(int hWnd) => _IsIconic(hWnd);