###User Defined Function###
_WinAPI_BufferedPaintInit

###Description###
Initialize buffered painting for the current thread.

###Syntax###
#include <WinAPITheme.au3>
_WinAPI_BufferedPaintInit (  )


###Parameters###
None

###ReturnValue###
@@ReturnTable@@
Success 	1.
Failure 	0 and sets the @error flag to non-zero, @extended flag may contain the HRESULT error code.
@@End@@


###Remarks###
Each call to <a href="_WinAPI_BufferedPaintInit.htm">_WinAPI_BufferedPaintInit()</a> should be matched with a call to <a href="_WinAPI_BufferedPaintUnInit.htm">_WinAPI_BufferedPaintUnInit()</a> when calls to buffered paint APIs are no longer needed.

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


###Related###
_WinAPI_BufferedPaintUnInit


###See Also###
@@MsdnLink@@ BufferedPaintInit


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