DebugBaseEventCallbacks class (dbgeng.h)

The DebugBaseEventCallbacks class provides a base implementation of the IDebugEventCallbacks interface.

A program can derive an event callbacks class from DebugBaseEventCallbacks and implement only the methods needed.

Be careful to implement GetInterestMask appropriately.

Inheritance

The DebugBaseEventCallbacks class implements IDebugEventCallbacks.

Requirements

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

See also

GetInterestMask

IDebugEventCallbacks