###User Defined Function###
_WinAPI_BufferedPaintClear

###Description###
Clears a specified rectangle in the buffer to ARGB = {0,0,0,0}.

###Syntax###
#include <WinAPITheme.au3>
_WinAPI_BufferedPaintClear ( $hBP [, $tRECT = 0] )


###Parameters###
@@ParamTable@@
$hBP
	Handle of the buffered paint context.
$tRECT
	[optional] $tagRECT structure that specifies the rectangle to clear. If this parameter is 0 (Default), the entire buffer is used.
@@End@@

###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###


###See Also###
@@MsdnLink@@ BufferedPaintClear
