IDkmBeforeStopDebuggingNotification.BeforeStopDebugging(DkmProcess) Method

Definition

Handler which is notified before the target process is terminated or detached.

public:
 void BeforeStopDebugging(Microsoft::VisualStudio::Debugger::DkmProcess ^ process);
public void BeforeStopDebugging (Microsoft.VisualStudio.Debugger.DkmProcess process);
abstract member BeforeStopDebugging : Microsoft.VisualStudio.Debugger.DkmProcess -> unit
Public Sub BeforeStopDebugging (process As DkmProcess)

Parameters

process
DkmProcess

[In] DkmProcess represents a target process which is being debugged. The debugger debugs processes, so this is the basic unit of debugging. A DkmProcess can represent a system process or a virtual process such as minidumps.

Applies to