###User Defined Function###
_WinAPI_GetClientRect

###Description###
Retrieves the coordinates of a window's client area

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


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

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


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