Click to return to the Component Development home page    
IProcessDebugManager::Cre...     IProcessDebugManager::Rem...     IProcessDebugManager Inte...    
Web Workshop  |  Component Development

IProcessDebugManager::GetDefaultApplication Method


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.



Back to topBack to top

Did you find this topic useful? Suggestions for other topics? Write us!

© 1999 Microsoft Corporation. All rights reserved. Terms of use.