Skip to content

Latest commit

 

History

History
81 lines (64 loc) · 2.91 KB

ns-d3d10sdklayers-d3d10_info_queue_filter.md

File metadata and controls

81 lines (64 loc) · 2.91 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NS:d3d10sdklayers.D3D10_INFO_QUEUE_FILTER
D3D10_INFO_QUEUE_FILTER (d3d10sdklayers.h)
Debug message filter; contains a lists of message types to allow or deny. (D3D10_INFO_QUEUE_FILTER)
9c94d10b-2b6f-b70e-75d1-72a61687e2b9
D3D10_INFO_QUEUE_FILTER
D3D10_INFO_QUEUE_FILTER structure [Direct3D 10]
d3d10sdklayers/D3D10_INFO_QUEUE_FILTER
direct3d10.d3d10_info_queue_filter
direct3d10\d3d10_info_queue_filter.htm
direct3d10
VS|directx_sdk|~\d3d10_info_queue_filter.htm
12/05/2018
9c94d10b-2b6f-b70e-75d1-72a61687e2b9, D3D10_INFO_QUEUE_FILTER, D3D10_INFO_QUEUE_FILTER structure [Direct3D 10], d3d10sdklayers/D3D10_INFO_QUEUE_FILTER, direct3d10.d3d10_info_queue_filter
d3d10sdklayers.h
D3D10.h
Windows
Windows
D3D10_INFO_QUEUE_FILTER
19H1
D3D10_INFO_QUEUE_FILTER
d3d10sdklayers/D3D10_INFO_QUEUE_FILTER
c++
APIRef
kbSyntax
HeaderDef
d3d10sdklayers.h
D3D10_INFO_QUEUE_FILTER

D3D10_INFO_QUEUE_FILTER structure

-description

Debug message filter; contains a lists of message types to allow or deny.

-struct-fields

-field AllowList

Type: D3D10_INFO_QUEUE_FILTER_DESC

A D3D10_INFO_QUEUE_FILTER_DESC structure describing the types of messages the info queue should allow.

-field DenyList

Type: D3D10_INFO_QUEUE_FILTER_DESC

A D3D10_INFO_QUEUE_FILTER_DESC structure describing the types of messages the info queue should reject.

-remarks

For use with an ID3D10InfoQueue Interface.

Providing an allow list with non-zero values causes only the specified combination of categories, severities and message IDs to be allowed.
Messages that do not match the specified combination will be rejected.

Providing a deny list with non-zero values causes the specified combination of categories, severities and message IDs to be rejected. Messages that do not match the specified combination will be allowed.

-see-also

Core Structures