IDkmNonDebugProcessExitNotification.OnNonDebugProcessExit Method

Definition

public:
 void OnNonDebugProcessExit(Microsoft::VisualStudio::Debugger::Start::DkmNonDebugProcess ^ nonDebugProcess, int exitCode, Microsoft::VisualStudio::Debugger::DkmEventDescriptor ^ eventDescriptor);
public void OnNonDebugProcessExit (Microsoft.VisualStudio.Debugger.Start.DkmNonDebugProcess nonDebugProcess, int exitCode, Microsoft.VisualStudio.Debugger.DkmEventDescriptor eventDescriptor);
abstract member OnNonDebugProcessExit : Microsoft.VisualStudio.Debugger.Start.DkmNonDebugProcess * int * Microsoft.VisualStudio.Debugger.DkmEventDescriptor -> unit
Public Sub OnNonDebugProcessExit (nonDebugProcess As DkmNonDebugProcess, exitCode As Integer, eventDescriptor As DkmEventDescriptor)

Parameters

nonDebugProcess
DkmNonDebugProcess
exitCode
Int32
eventDescriptor
DkmEventDescriptor

Applies to