Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

ID3D11InfoQueue::GetBreakOnID method

Get a message identifier to break on when a message with that identifier passes through the storage filter.

Syntax


BOOL GetBreakOnID(
  [in] D3D11_MESSAGE_ID ID
);

Parameters

ID [in]

Type: D3D11_MESSAGE_ID

Message identifier to break on (see D3D11_MESSAGE_ID).

Return value

Type: BOOL

Whether this breaking condition is turned on or off (true for on, false for off).

Requirements

Header

D3D11SDKLayers.h

Library

D3D11.lib

See also

ID3D11InfoQueue Interface

 

 

Show:
© 2017 Microsoft