###User Defined Function###
_WinAPI_OpenIcon

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

###Syntax###
#include <WinAPISys.au3>
_WinAPI_OpenIcon ( $hWnd )


###Parameters###
@@ParamTable@@
$hWnd
	Handle to the window to be restored and activated.
@@End@@

###ReturnValue###
@@ReturnTable@@
Success 	True.
Failure 	False, call <a href="_WinAPI_GetLastError.htm">_WinAPI_GetLastError()</a> to get extended error information
@@End@@


###Remarks###
None


###Related###


###See Also###
@@MsdnLink@@ OpenIcon
