###User Defined Function###
_WinAPI_CloseWindow

###Description###
Minimizes (but does not destroy) the specified window.

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


###Parameters###
@@ParamTable@@
$hWnd
	Handle to the window to be minimized.
@@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@@ CloseWindow
