Determines whether the break on a message identifier is turned on or off.
public:
BOOL GetBreakOnID(
DXGI_DEBUG_ID Producer,
DXGI_INFO_QUEUE_MESSAGE_ID ID
)
Producer
Type: DXGI_DEBUG_ID
[in] A DXGI_DEBUG_ID value that identifies the entity that gets the breaking status.
ID
Type: DXGI_INFO_QUEUE_MESSAGE_ID
[in] An integer value that specifies the identifier of the message.
Type: BOOL
Returns a Boolean value that specifies whether this break on a message identifier is turned on or off (TRUE for on, FALSE for off).
Header: Declared in dxgidebug.h.
Library: Use d3d11.lib.