Creates a new debug application object for this application.
HRESULT CreateApplication( IDebugApplication** ppda );
- ppda
[out] The debug application object for this application.
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. |
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.