Skip to content

Latest commit

 

History

History
55 lines (44 loc) · 1.25 KB

nn-dbgmodel-idebughosterrorsink.md

File metadata and controls

55 lines (44 loc) · 1.25 KB
UID title description ms.date keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library targetos tech.root ms.custom f1_keywords topic_type api_type api_location api_name
NN:dbgmodel.IDebugHostErrorSink
IDebugHostErrorSink (dbgmodel.h)
An interface to which errors will be sinked.
07/13/2018
IDebugHostErrorSink interface
dbgmodel.h
Windows
debugger
RS5
IDebugHostErrorSink
dbgmodel/IDebugHostErrorSink
apiref
COM
dbgmodel.h
IDebugHostErrorSink

IDebugHostErrorSink interface

-description

An interface to which errors will be sinked.

An interface implemented by callers to receive errors from certain portions of the host and data model.

-inheritance

IDebugHostErrorSink inherits from IUnknown.

-remarks

The IDebugHostErrorSink is a means by which a client can receive notifications of errors which occur during certain operations and route those errors where needed.

-see-also

Debugger Data Model C++ Overview