Funktionreferenz


_WinAPI_GetBufferedPaintTargetRect


Retrieves the target rectangle

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

Parameter

$hBP Handle of the buffered paint context.

Rückgabewert

Success: $tagRECT structure that contains the rectangle specified by _WinAPI_BeginBufferedPaint() function.
Failure: Sets the @error flag to non-zero, @extended flag may contain the HRESULT error code.

Bemerkungen

This function requires Windows Vista or later.

Verwandte Funktionen

_WinAPI_BeginBufferedPaint

Siehe auch

Suche nach GetBufferedPaintTargetRect in der MSDN Bibliothek.