Gets the storage filter at the top of the storage-filter stack.
public:
HRESULT GetStorageFilter(
DXGI_DEBUG_ID Producer,
*pFilter,
SIZE_T *pFilterByteLength
)
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.
Type: HRESULT
Returns S_OK if successful; an error code otherwise. For a list of error codes, see DXGI_ERROR.
Header: Declared in dxgidebug.h.
Library: Use d3d11.lib.