Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Primary interface to the process debug manager. This interface can create, add, or remove a virtual application from a process. It can enumerate stack frames and application threads.
In addition to the methods inherited from IUnknown, the IProcessDebugManager interface exposes the following methods.
Methods in Vtable Order
| Method | Description |
|---|---|
| IProcessDebugManager::CreateApplication | Creates a new debug application object for this application. |
| IProcessDebugManager::GetDefaultApplication | Returns a default application object for the current process. |
| IProcessDebugManager::AddApplication | Adds an application to the machine debug manager's list of running applications. |
| IProcessDebugManager::RemoveApplication | Removes an application from the running application list. |
| IProcessDebugManager::CreateDebugDocumentHelper | Creates a new debug document helper for this application. |