Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Creates a new debug application object for this application.
Syntax
HRESULT CreateApplication(
IDebugApplication** ppda
);
Parameters
ppda
[out] The debug application object for this application.
Return Value
The method returns an HRESULT. Possible values include, but are not limited to, those in the following table.
| Value | Description |
|---|---|
S_OK |
The method succeeded. |
Remarks
The object created by this method has no name and is not added to the running application list. Use the IProcessDebugManager::AddApplication to add the debug application to the application list.
See also
IProcessDebugManager Interface
IProcessDebugManager::AddApplication