ID3D11InfoQueue Interface

An information-queue interface stores, retrieves, and filters debug messages. The queue consists of a message queue, an optional storage filter stack, and a optional retrieval filter stack.

Syntax

interface ID3D11InfoQueue : public IUnknown  

Remarks

To get this interface, turn on debug layer and use IUnknown::QueryInterface from the ID3D11Device.

Requirements

Header: Declared in d3d11sdklayers.h.

Library: Use d3d11.lib.

See also

ID3D11InfoQueue Members