ID2D1GdiInteropRenderTarget::ReleaseDC 方法 (d2d1.h)

指示使用 GetDC 方法检索的设备上下文的绘图已完成。

语法

HRESULT ReleaseDC(
  [in, optional] const RECT *update
);

参数

[in, optional] update

类型: RECT*

设备上下文的修改区域,或 NULL ,用于指定整个呈现目标。

返回值

类型: HRESULT

如果该方法成功,则返回 S_OK。 否则,它将返回 HRESULT 错误代码。

注解

每次调用 GetDC 时,都必须调用 ReleaseDC 一次。

要求

要求
最低受支持的客户端 Windows 7、带 SP2 的 Windows Vista 和适用于 Windows Vista 的平台更新 [仅限桌面应用]
最低受支持的服务器 Windows Server 2008 R2、Windows Server 2008 SP2 和适用于 Windows Server 2008 的平台更新 [仅限桌面应用]
目标平台 Windows
标头 d2d1.h
Library D2d1.lib
DLL D2d1.dll

另请参阅

ID2D1GdiInteropRenderTarget