Retrieves a pointer to the buffer bitmap if the buffer is a device-independent bitmap (DIB)
#include <WinAPITheme.au3>
_WinAPI_GetBufferedPaintBits ( $hBP )
$hBP | Handle of the buffered paint context. |
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. |
This function requires Windows Vista or later.
Search GetBufferedPaintBits in MSDN Library.