###User Defined Function###
_WinAPI_GetWindowInfo

###Description###
Retrieves information about the specified window.

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


###Parameters###
@@ParamTable@@
$hWnd
	Handle to the window whose information is to be retrieved.
@@End@@

###ReturnValue###
@@ReturnTable@@
Success 	$tagWINDOWINFO structure that contains the information about the specified window.
Failure 	Sets the @error flag to non-zero, call <a href="_WinAPI_GetLastError.htm">_WinAPI_GetLastError()</a> to get extended error information.
@@End@@


###Remarks###
None


###Related###


###See Also###
@@MsdnLink@@ GetWindowInfo


###Example###
@@IncludeExample@@
