IExternalDebugHost::OnBeforeDebugStarting

 

Prepares the host for debugging.

Syntax

HRESULT OnBeforeDebugStarting(BSTR projectId, ULONG *pProcessID);  

Parameters

projectId

[in] The project Id of the project to be debugged.

pProcessID

[out, retval] The process ID of the process hosting the add-in.

Return Value

One of the standard HRESULT values.

Requirements

Type Library VstaCore.tlb
Header VstaCore.h

See Also

IExternalDebugHost Interface