The primary interface to the Machine Debug Manager. This interface is similar to the IMachineDebugManagerCookie interface.

In addition to the methods inherited from IUnknown, the IMachineDebugManager interface exposes the following methods.

Methods in Vtable Order

Method Description

IMachineDebugManager::AddApplication

Adds an application to the running application list.

IMachineDebugManager::RemoveApplication

Removes an application from the running application list.

IMachineDebugManager::EnumApplications

Returns an enumerator of the current list of running applications.

See Also