IDXGIInfoQueue::AddRetrievalFilterEntries Method

Adds retrieval filters to the top of the retrieval-filter stack.

Syntax

public:
HRESULT AddRetrievalFilterEntries(
         DXGI_DEBUG_ID Producer,
         DXGI_INFO_QUEUE_FILTER *pFilter
)  

Parameters

Producer
Type: DXGI_DEBUG_ID 

[in] A DXGI_DEBUG_ID value that identifies the entity that produced the filters.

pFilter
Type: DXGI_INFO_QUEUE_FILTER *

[in] An array of DXGI_INFO_QUEUE_FILTER structures that describe the filters.

Return value

Type: HRESULT 

Returns S_OK if successful; an error code otherwise. For a list of error codes, see DXGI_ERROR.

Requirements

Header: Declared in dxgidebug.h.

Library: Use d3d11.lib.

See also

IDXGIInfoQueue

IDXGIInfoQueue Members