Funktionreferenz


_WinAPI_GetBufferedPaintBits


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

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

Parameter

$hBP Handle of the buffered paint context.

Rückgabewert

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.

Bemerkungen

This function requires Windows Vista or later.

Siehe auch

Suche nach GetBufferedPaintBits in der MSDN Bibliothek.