Sets the colorization parameters for Desktop Window Manager (DWM)
#include <WinAPIGdi.au3>
_WinAPI_DwmSetColorizationParameters ( $tDWMCP )
$tDWMCP | $tagDWM_COLORIZATION_PARAMETERS containing the colorization parameters to be set. |
Success: | 1. |
Failure: | 0 and sets the @error flag to non-zero. |
This function requires Windows Vista or later.