###User Defined Function###
_WinAPI_GetWorkArea

###Description###
Retrieves the size of the working area on the primary display monitor.

###Syntax###
#include <WinAPISys.au3>
_WinAPI_GetWorkArea (  )


###Parameters###
None

###ReturnValue###
@@ReturnTable@@
Success 	$tagRECT structure that contains the screen coordinates of the working area.
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@@ SystemParametersInfo


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