Function Reference


_WinAPI_OpenIcon

Restores a minimized (iconic) window to its previous size and position and activates the window

#include <WinAPISysWin.au3>
_WinAPI_OpenIcon ( $hWnd )

Parameters

$hWnd Handle to the window to be restored and activated.

Return Value

Success: True.
Failure: False, call _WinAPI_GetLastError() to get extended error information

See Also

Search OpenIcon in MSDN Library.