Funktionreferenz


_WinAPI_GetBufferedPaintDC


Gets the paint device context (DC)

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

Parameter

$hBP Handle of the buffered paint context.

Rückgabewert

Success: Handle of the requested DC. This is the same DC that is returned by _WinAPI_BeginBufferedPaint().
Failure: 0.

Bemerkungen

This function requires Windows Vista or later.

Verwandte Funktionen

_WinAPI_BeginBufferedPaint

Siehe auch

Suche nach GetBufferedPaintDC in der MSDN Bibliothek.