IDXGIInfoQueue::SetBreakOnSeverity 方法 (dxgidebug.h)
设置当具有该严重性级别的消息通过存储筛选器时中断的消息严重性级别。
语法
HRESULT SetBreakOnSeverity(
[in] DXGI_DEBUG_ID Producer,
[in] DXGI_INFO_QUEUE_MESSAGE_SEVERITY Severity,
[in] BOOL bEnable
);
参数
[in] Producer
一个DXGI_DEBUG_ID值,该值标识设置中断条件的实体。
[in] Severity
一个DXGI_INFO_QUEUE_MESSAGE_SEVERITY类型的值,该值指定消息的严重性。
[in] bEnable
一个布尔值,指定 SetBreakOnSeverity 是打开还是关闭此中断性条件, (TRUE 表示 on,FALSE 表示 off) 。
返回值
如果成功,则返回S_OK;否则为错误代码。 有关错误代码的列表,请参阅 DXGI_ERROR。
注解
注意此 API 需要 Windows 8 的 Windows 软件开发工具包 (Windows SDK) (SDK) 。
要求
要求 | 值 |
---|---|
最低受支持的客户端 | Windows 8 [桌面应用 |UWP 应用] |
最低受支持的服务器 | Windows Server 2012 [桌面应用 |UWP 应用] |
目标平台 | Windows |
标头 | dxgidebug.h |
DLL | DXGIDebug.dll |