IDXGIInfoQueue::GetBreakOnCategory Method

Determines whether the break on a message category is turned on or off.

Syntax

public:
BOOL GetBreakOnCategory(
         DXGI_DEBUG_ID Producer,
         DXGI_INFO_QUEUE_MESSAGE_CATEGORY Category
)  

Parameters

Producer
Type: DXGI_DEBUG_ID 

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

Category
Type: DXGI_INFO_QUEUE_MESSAGE_CATEGORY 

[in] A DXGI_INFO_QUEUE_MESSAGE_CATEGORY-typed value that specifies the category of the message.

Return value

Type: BOOL 

Returns a Boolean value that specifies whether this category of breaking condition 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