IDkmOutOfBandProcessContinueNotification.OutOfBandProcessContinue Method

Definition

Handler which is notified before the target process is resumed.

public:
 void OutOfBandProcessContinue(Microsoft::VisualStudio::Debugger::DkmProcess ^ process);
public void OutOfBandProcessContinue (Microsoft.VisualStudio.Debugger.DkmProcess process);
abstract member OutOfBandProcessContinue : Microsoft.VisualStudio.Debugger.DkmProcess -> unit
Public Sub OutOfBandProcessContinue (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