DkmStepper.CancelStepper(DkmRuntimeInstance) Method

Definition

Allows a stepper to be cancelled after creation by the controlling runtime instance. The calling runtime instance must match the current controlling runtime instance. This is generally used in cross thread stepping scenarios where the original stepper may be reactivated. The stepping manager will close the stepper and not send step complete.

Location constraint: API must be called from a Monitor component (component level < 100,000).

public:
 void CancelStepper(Microsoft::VisualStudio::Debugger::DkmRuntimeInstance ^ CallingRuntimeInstance);
public void CancelStepper (Microsoft.VisualStudio.Debugger.DkmRuntimeInstance CallingRuntimeInstance);
member this.CancelStepper : Microsoft.VisualStudio.Debugger.DkmRuntimeInstance -> unit
Public Sub CancelStepper (CallingRuntimeInstance As DkmRuntimeInstance)

Parameters

CallingRuntimeInstance
DkmRuntimeInstance

[In] The calling runtime instance that wishes to take control of the step.

Applies to