IDXGIInfoQueue::GetNumStoredMessagesAllowedByRetrievalFilters Method

Gets the number of messages that can pass through a retrieval filter.

Syntax

public:
UINT64 GetNumStoredMessagesAllowedByRetrievalFilters(
         DXGI_DEBUG_ID Producer
)  

Parameters

Producer
Type: DXGI_DEBUG_ID 

[in] A DXGI_DEBUG_ID value that identifies the entity that gets the number.

Return value

Type: UINT64 

Returns the number of messages that can pass through a retrieval filter.

Requirements

Header: Declared in dxgidebug.h.

Library: Use d3d11.lib.

See also

IDXGIInfoQueue

IDXGIInfoQueue Members