###User Defined Function###
_WinAPI_DwmSetColorizationParameters

###Description###
Sets the colorization parameters for Desktop Window Manager (DWM).

###Syntax###
#include <WinAPIGdi.au3>
_WinAPI_DwmSetColorizationParameters ( $tDWMCP )


###Parameters###
@@ParamTable@@
$tDWMCP
	$tagDWM_COLORIZATION_PARAMETERS containing the colorization parameters to be set.
@@End@@

###ReturnValue###
@@ReturnTable@@
Success 	1.
Failure 	0 and sets the @error flag to non-zero.
@@End@@


###Remarks###
This function requires <strong>Windows Vista or later</strong>.


###Related###
