GetDXGIInterface-IDirect3DSurface
从 IDirect3DSurface 实例中检索 DXGI 接口。
语法
HRESULT GetDXGIInterface(
IDirect3DSurface ^ surface,
DXGI_TYPE **dxgi
);
参数
surface
dxgi
类型:DXGI_TYPE**
返回时,包含检索到的 DXGI 接口。
返回值
类型:HRESULT
如果函数成功,则返回 S_OK。 否则,它将返回 HRESULT错误代码。
要求
要求 | 价值 |
---|---|
目标平台 | 窗户 |
标头 | windows.graphics.directx.direct3d11.interop.h |
库 | D3D11.lib |
DLL | D3D11.dll |