###User Defined Function###
_WinAPI_BufferedPaintUnInit

###Description###
Closes down buffered painting for the current thread.

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


###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###
This function requires <strong>Windows Vista or later</strong>.


###Related###
_WinAPI_BufferedPaintInit


###See Also###
@@MsdnLink@@ BufferedPaintUnInit


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