###User Defined Function###
_WinAPI_GetLayeredWindowAttributes

###Description###
Gets Layered Window Attributes

###Syntax###
#include <WinAPI.au3>
_WinAPI_GetLayeredWindowAttributes ( $hWnd, ByRef $i_transcolor, ByRef $Transparency [, $asColorRef = False] )


###Parameters###
@@ParamTable@@
$hwnd
	Handle of GUI to work on
$i_transcolor
	Returns Transparent color ( dword as 0x00bbggrr or string "0xRRGGBB")
$Transparency
	Returns Transparancy of GUI
$asColorRef
	[optional] If True, $i_transcolor will be a COLORREF( 0x00bbggrr ), else an RGB-Color
@@End@@

###ReturnValue###
@@ReturnTable@@
Success:	Usage of LWA_ALPHA and LWA_COLORKEY (use BitAND)
Failure:	0, call <a href="_WinAPI_GetLastError.htm">_WinAPI_GetLastError()</a> to get extended error information
@@End@@


###Remarks###
None.


###Related###
_WinAPI_SetLayeredWindowAttributes, _WinAPI_GetLastError


###See Also###
@@MsdnLink@@ GetLayeredWindowAttributes


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