Signals changes in the running application list maintained by the machine debug manager. This interface can be used by the debugger IDE to display a dynamic list of applications.
In addition to the methods inherited from IUnknown, the IMachineDebugManagerEvents interface exposes the following methods.
Methods in Vtable Order
| Method | Description |
|---|---|
| IMachineDebugManagerEvents::onAddApplication | Handles the event when an application is added to the running application list. |
| IMachineDebugManagerEvents::onRemoveApplication | Handles the event when an application is removed from the running application list. |