DXGIGetDebugInterface 函数 (dxgidebug.h)
检索调试接口。
语法
HRESULT DXGIGetDebugInterface(
REFIID riid,
void **ppDebug
);
参数
riid
所请求接口类型的全局唯一标识符 (GUID) 。
ppDebug
指向缓冲区的指针,该缓冲区接收指向调试接口的指针。
返回值
如果成功,则返回S_OK;否则为错误代码。 有关错误代码的列表,请参阅 DXGI_ERROR。
备注
IDXGIDebug 和 IDXGIInfoQueue 是调试接口。
若要访问 DXGIGetDebugInterface,请调用 GetModuleHandle 函数获取 Dxgidebug.dll,调用 GetProcAddress 函数获取 DXGIGetDebugInterface 的地址。Windows 8.1:从 Windows 8.1 开始,Windows 应用商店应用调用 DXGIGetDebugInterface1 函数以获取 IDXGIDebug1 接口。
注意 此 API 需要适用于 Windows 8 的 Windows 软件开发工具包 (SDK) 。
要求
最低受支持的客户端 | Windows 8 [桌面应用 |UWP 应用] |
最低受支持的服务器 | Windows Server 2012 [桌面应用 |UWP 应用] |
目标平台 | Windows |
标头 | dxgidebug.h |
DLL | Dxgidebug.dll |