###User Defined Function###
_WinAPI_GetSystemMetrics

###Description###
Retrieves the specified system metric or system configuration setting

###Syntax###
#include <WinAPI.au3>
_WinAPI_GetSystemMetrics ( $iIndex )


###Parameters###
@@ParamTable@@
$iIndex
	The system metric or configuration setting to be retrieved
@@End@@

###ReturnValue###
@@ReturnTable@@
Success:	The requested system metric
Failure:	0, call <a href="_WinAPI_GetLastError.htm">_WinAPI_GetLastError()</a> to get extended error information
@@End@@


###Remarks###
None.


###Related###


###See Also###
@@MsdnLink@@ GetSystemMetrics
