IExternalDebugHost::OnDebugStopping

 

Performs any cleanup operations when debugging stops.

Syntax

HRESULT OnDebugStopping(BSTR projectId);

Parameters

projectID

[in] The project ID of the project that was being debugged.

Return Value

One of the standard HRESULT values.

Requirements

Type Library

VstaCore.tlb

Header

VstaCore.h

See Also

IExternalDebugHost Interface