Function Reference


_WinAPI_GetBufferedPaintTargetDC

Retrieves the target device context (DC)

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

Parameters

$hBP Handle of the buffered paint context.

Return Value

Success: Handle of the requested DC. This is the same DC that was passed to _WinAPI_BeginBufferedPaint().
Failure: 0.

Remarks

This function requires Windows Vista or later.

Related

_WinAPI_BeginBufferedPaint

See Also

Search GetBufferedPaintTargetDC in MSDN Library.