ID2D1Device2::GetDxgiDevice 方法 (d2d1_3.h)
返回与此 Direct2D 设备关联的 DXGI 设备。
语法
HRESULT GetDxgiDevice(
[out] IDXGIDevice **dxgiDevice
);
参数
[out] dxgiDevice
类型: IDXGIDevice**
与此 Direct2D 设备关联的 DXGI 设备。
返回值
类型: HRESULT
如果该方法成功,则返回 S_OK。 否则,将返回 HRESULT 错误代码。
要求
目标平台 | Windows |
标头 | d2d1_3.h |
Library | D2d1_3.lib |
DLL | D2d1_3.dll |