Gets the paint device context (DC).
#Include <WinAPIEx.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(). |
失败: | 返回 0 并设置 @error 标志为非 0 值. |
在MSDN中搜索