Restores a minimized (iconic) window to its previous size and position and activates the window
#include <WinAPISysWin.au3>
_WinAPI_OpenIcon ( $hWnd )
$hWnd | Handle to the window to be restored and activated. |
Success: | True. |
Failure: | False, call _WinAPI_GetLastError() to get extended error information |
Search OpenIcon in MSDN Library.