IDXGIInfoQueue::GetMuteDebugOutput Method

Determines whether the debug output is turned on or off.

Syntax

public:
BOOL GetMuteDebugOutput(
         DXGI_DEBUG_ID Producer
)  

Parameters

Producer
Type: DXGI_DEBUG_ID 

[in] A DXGI_DEBUG_ID value that identifies the entity that gets the mute status.

Return value

Type: BOOL 

Returns a Boolean value that specifies whether the debug output is turned on or off (TRUE for on, FALSE for off).

Requirements

Header: Declared in dxgidebug.h.

Library: Use d3d11.lib.

See also

IDXGIInfoQueue

IDXGIInfoQueue Members