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.
interface ID3D11InfoQueue : public IUnknown
To get this interface, turn on debug layer and use IUnknown::QueryInterface from the ID3D11Device.
Header: Declared in d3d11sdklayers.h.
Library: Use d3d11.lib.