IDkmThreadContextOperation Interface

Definition

Operations provided by a base debug monitor to obtain and update a thread's context (register values).

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 IDkmThreadContextOperation
public interface class IDkmThreadContextOperation
__interface IDkmThreadContextOperation
public interface IDkmThreadContextOperation
type IDkmThreadContextOperation = interface
Public Interface IDkmThreadContextOperation

Methods

GetContext(DkmThread, Int32, Byte[])

Obtain the current context (register values) of a thread.

SetContext(DkmThread, Byte[])

Update the context (register values) of a thread.

Applies to