###User Defined Function###
_WinAPI_GetBoundsRect

###Description###
Obtains the current accumulated bounding rectangle for a specified device context.

###Syntax###
#include <WinAPIGdi.au3>
_WinAPI_GetBoundsRect ( $hDC [, $iFlags = 0] )


###Parameters###
@@ParamTable@@
$hDC
	Handle to the device context whose bounding rectangle the function will return.
$iFlags
	[optional] The flags that specifies how the function will behave. This parameter can be the following value:
		$DCB_RESET
@@End@@

###ReturnValue###
@@ReturnTable@@
Success 	$tagRECT structure that contains the current bounding rectangle, @extended flag will contain the value specifies the state of the accumulated bounding rectangle ($DCB_*).
Failure 	Sets the @error flag to non-zero.
@@End@@


###Remarks###
None


###Related###


###See Also###
@@MsdnLink@@ GetBoundsRect
