###User Defined Function###
_WinAPI_GetWindowExt

###Description###
Retrieves the x-extent and y-extent of the window for the specified device context.

###Syntax###
#include <WinAPIGdi.au3>
_WinAPI_GetWindowExt ( $hDC )


###Parameters###
@@ParamTable@@
$hDC
	Handle to the device context.
@@End@@

###ReturnValue###
@@ReturnTable@@
Success 	$tagSIZE structure that contains the x- and y-extents in page-space units, that is, logical units.
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@@ GetWindowExtEx
