Gets the paint device context (DC)
#include <WinAPITheme.au3>
_WinAPI_GetBufferedPaintDC ( $hBP )
$hBP | Handle of the buffered paint context. |
Success: | Handle of the requested DC. This is the same DC that is returned by _WinAPI_BeginBufferedPaint(). |
Failure: | 0. |
This function requires Windows Vista or later.
Search GetBufferedPaintDC in MSDN Library.