Retrieves the target rectangle
#include <WinAPITheme.au3>
_WinAPI_GetBufferedPaintTargetRect ( $hBP )
$hBP | Handle of the buffered paint context. |
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. |
This function requires Windows Vista or later.
Search GetBufferedPaintTargetRect in MSDN Library.