Retrieves a default application object for the current process, creating one and adding it to the list of running applications.
Syntax
HRESULT GetDefaultApplication( IDebugApplication **ppda );
Parameters
- ppda
- [out] Address of a pointer to an IDebugApplication interface.
Return Value
Returns S_OK if successful, or an error code otherwise.
Remarks
Language engines should use the default application object created by this method if they are running on a host that does not provide an application.