###User Defined Function###
_WinAPI_SetSysColors

###Description###
Obtains information about the display devices in a system

###Syntax###
#include <WinAPI.au3>
_WinAPI_SetSysColors ( $vElements, $vColors )


###Parameters###
@@ParamTable@@
$vElements
	Single element or Array of elements
$vColors
	Single Color or Array of colors
@@End@@

###ReturnValue###
@@ReturnTable@@
Success:	True
Failure:	False, call <a href="_WinAPI_GetLastError.htm">_WinAPI_GetLastError()</a> to get extended error information
@@End@@


###Remarks###
See _WinAPI_GetSysColor for list of Element indexes and requirements.


###Related###
_WinAPI_GetSysColor


###See Also###
@@MsdnLink@@ SetSysColors


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