###User Defined Function###
_WinAPI_SetLayeredWindowAttributes

###Description###
Sets Layered Window Attributes

###Syntax###
#include <WinAPI.au3>
_WinAPI_SetLayeredWindowAttributes ( $hWnd, $i_transcolor [, $Transparency = 255 [, $dwFlags = 0x03 [, $isColorRef = False]]] )


###Parameters###
@@ParamTable@@
$hwnd
	Handle of GUI to work on
$i_transcolor
	Transparent color
$Transparency
	[optional] Set Transparancy of GUI
$dwFlags
	[optional] Flags.
$isColorRef
	[optional] If True, $i_transcolor is a COLORREF( 0x00bbggrr ), else an RGB-Color
@@End@@

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


###Remarks###
None.


###Related###
_WinAPI_GetLayeredWindowAttributes, _WinAPI_GetLastError


###See Also###
@@MsdnLink@@ SetLayeredWindowAttributes


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