###User Defined Function###
_WinAPI_UpdateLayeredWindowIndirect

###Description###
Updates the position, size, shape, content, and translucency of a layered window.

###Syntax###
#include <WinAPISys.au3>
_WinAPI_UpdateLayeredWindowIndirect ( $hWnd, $tULWINFO )


###Parameters###
@@ParamTable@@
$hWnd
	Handle to a layered window. A layered window is created by specifying $WS_EX_LAYERED when its creating.
$tULWINFO
	$tagUPDATELAYEREDWINDOWINFO structure that contains the information for the window.
@@End@@

###ReturnValue###
@@ReturnTable@@
Success 	True
Failure 	False
@@End@@


###Remarks###
For best drawing performance by the layered window and any underlying windows, the layered window should be
as small as possible.

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


###Related###


###See Also###
@@MsdnLink@@ UpdateLayeredWindowIndirect
