ID3D11InfoQueue::PushEmptyStorageFilter method (d3d11sdklayers.h)

Push an empty storage filter onto the storage-filter stack.

Syntax

HRESULT PushEmptyStorageFilter();

Return value

Type: HRESULT

This method returns one of the following Direct3D 11 Return Codes.

Remarks

An empty storage filter allows all messages to pass through.

Requirements

Requirement Value
Target Platform Windows
Header d3d11sdklayers.h
Library D3D11.lib

See also

ID3D11InfoQueue Interface