###User Defined Function###
_WinAPI_DwmGetColorizationColor

###Description###
Retrieves the current color used for Desktop Window Manager (DWM) glass composition.

###Syntax###
#include <WinAPIGdi.au3>
_WinAPI_DwmGetColorizationColor (  )


###Parameters###
None

###ReturnValue###
@@ReturnTable@@
Success 	The current color (0xAARRGGBB) used for glass composition, @extended flag indicates whether the color is an opaque blend:
		1 - The color is an opaque blend.
		0 - Otherwise.
Failure 	0 and sets the @error flag to non-zero, @extended flag may contain the HRESULT error code.
@@End@@


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


###Related###


###See Also###
@@MsdnLink@@ DwmGetColorizationColor


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