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

IProcessDebugManager::CreateApplication Method


Creates a new debug application object.

Syntax

HRESULT CreateApplication(
    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

The debug application object created by this method has no name and is not added to the list of running applications.



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.