This topic has not yet been rated - Rate this topic

IDebugProgramDestroyEvent2 

This interface is sent by the debug engine (DE) to the session debug manager (SDM) when a program has run to completion.


IDebugProgramDestroyEvent2 : IUnknown

The DE or the custom port supplier implements this interface to report that a program has been terminated and is no longer available for debugging. The IDebugEvent2 interface must be implemented on the same object as this interface. The SDM uses QueryInterface to access the IDebugEvent2 interface.

The DE or the custom port supplier creates and sends this event object to report the termination of a program. The DE sends this event by using the IDebugEventCallback2 callback function that is supplied by the SDM when it attached to the program being debugged. The custom port supplier sends this event using the IDebugPortEvents2 interface.

The following table shows the method of IDebugProgramDestroyEvent2.

Method Description

IDebugProgramDestroyEvent2::GetExitCode

Gets the program's exit code.

Header: msdbg.h

Namespace: Microsoft.VisualStudio.Debugger.Interop

Assembly: Microsoft.VisualStudio.Debugger.Interop.dll

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.