IDkmThreadSuspension Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Called to suspend or resume a thread and to obtain the current thread suspension count.
Implementations of this interface may restrict when they are called using a filter defined in their component configuration. The following properties may be used: BaseDebugMonitorId, EngineId, TransportKind.
public interface class IDkmThreadSuspension
public interface class IDkmThreadSuspension
__interface IDkmThreadSuspension
public interface IDkmThreadSuspension
type IDkmThreadSuspension = interface
Public Interface IDkmThreadSuspension
Methods
GetDebuggerSuspensionCount(DkmThread) |
Return the total number of suspensions caused by the debugger (i.e. calls to DkmThread::Suspend without a call to DkmThread::Resume). This excludes any suspensions external to the debugger. |
GetSuspensionCount(DkmThread, Boolean) |
Return the current suspension count of this thread. |
Resume(DkmThread, Boolean) |
Resume this thread. |
Suspend(DkmThread, Boolean) |
Suspend this thread. |