DkmProcess.AsyncBreak(Boolean) Method

Definition

This method will tell the debug monitors to asynchronously break execution of the debuggee process. An AsyncBreakComplete event is sent after the operation is complete.

C++/CX
public:
 void AsyncBreak(bool StopImmediately);

Parameters

StopImmediately
Boolean

[In] If this is set to true, implementers should immediately enter break rather than trying to find a thread inside the process that is executing code.

Applies to

Product Versions
Visual Studio SDK 2015, 2017, 2019, 2022