###User Defined Function###
_WinAPI_GetBufferedPaintBits

###Description###
Retrieves a pointer to the buffer bitmap if the buffer is a device-independent bitmap (DIB).

###Syntax###
#include <WinAPITheme.au3>
_WinAPI_GetBufferedPaintBits ( $hBP )


###Parameters###
@@ParamTable@@
$hBP
	Handle of the buffered paint context.
@@End@@

###ReturnValue###
@@ReturnTable@@
Success 	A pointer to the address of the buffer bitmap pixels, @extended flag will contain the width of the buffer bitmap, in pixels.
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@@ GetBufferedPaintBits
