###User Defined Function###
_WinAPI_GetWindowRect

###Description###
Retrieves the dimensions of the bounding rectangle of the specified window

###Syntax###
#include <WinAPI.au3>
_WinAPI_GetWindowRect ( $hWnd )


###Parameters###
@@ParamTable@@
$hWnd
	Handle of the window
@@End@@

###ReturnValue###
@@ReturnTable@@
Success:	$tagRECT structure that receives the screen coordinates
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###
$tagRECT


###See Also###
@@MsdnLink@@ GetWindowRect
