IDXGIInfoQueue::GetStorageFilter Method

Gets the storage filter at the top of the storage-filter stack.

Syntax

public:
HRESULT GetStorageFilter(
         DXGI_DEBUG_ID Producer,
          *pFilter,
         SIZE_T *pFilterByteLength
)  

Parameters

Producer
Type: DXGI_DEBUG_ID 

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

pFilter
Type:  *

A pointer to a DXGI_INFO_QUEUE_FILTER structure that describes the filter.

pFilterByteLength
Type: SIZE_T *

[in, out] A pointer to a variable that receives the size, in bytes, of the filter description to which pFilter points. If pFilter is NULL, GetStorageFilter outputs the size of the storage filter.

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