IDkmRegisterWrite 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.
Provides the ability to read or write a register value by CV constant.
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, RuntimeId, TransportKind.
public interface class IDkmRegisterWrite
public interface class IDkmRegisterWrite
__interface IDkmRegisterWrite
public interface IDkmRegisterWrite
type IDkmRegisterWrite = interface
Public Interface IDkmRegisterWrite
Methods
SetRegisterValue(DkmRuntimeInstance, DkmStackWalkFrame, Int32, ReadOnlyCollection<Byte>) |
Sets the value of the register in the thread's context. Sub registers that are made up of larger registers are supported. |