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.