IDebugOutputCallbacksWide interface (dbgeng.h)

Inheritance

The IDebugOutputCallbacksWide interface inherits from the IUnknown interface. IDebugOutputCallbacksWide also has these types of members:

Methods

The IDebugOutputCallbacksWide interface has these methods.

 
IDebugOutputCallbacksWide::Output

The Output callback method is called by the engine to send output from the client to the IDebugOutputCallbacksWide object that is registered with the client.

Requirements

Requirement Value
Target Platform Windows
Header dbgeng.h (include Dbgeng.h)

See also

IDebugOutputCallbacks