IDXGIInfoQueue::PushCopyOfStorageFilter Method

Pushes a copy of the storage filter that is currently on the top of the storage-filter stack onto the storage-filter stack.

Syntax

public:
HRESULT PushCopyOfStorageFilter(
         DXGI_DEBUG_ID Producer
)  

Parameters

Producer
Type: DXGI_DEBUG_ID 

[in] A DXGI_DEBUG_ID value that identifies the entity that pushes the copy 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