IProcessDebugManager::CreateApplication

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