###User Defined Function###
_WinAPI_CreateRectRgnIndirect

###Description###
Creates a rectangular region.

###Syntax###
#include <WinAPIGdi.au3>
_WinAPI_CreateRectRgnIndirect ( $tRECT )


###Parameters###
@@ParamTable@@
$tRECT
	$tagRECT structure that contains the coordinates of the upper-left and lower-right corners of the rectangle that defines the region in logical units.
@@End@@

###ReturnValue###
@@ReturnTable@@
Success 	The handle to the region.
Failure 	0.
@@End@@


###Remarks###
When you no longer need the HRGN object, call the <a href="_WinAPI_DeleteObject.htm">_WinAPI_DeleteObject()</a> function to delete it.


###Related###
_WinAPI_DeleteObject


###See Also###
@@MsdnLink@@ CreateRectRgnIndirect
