IDkmExtendedRegisters Interface

Definition

Gets the extended registers from the thread context.

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

Methods

GetExtendedRegisters(DkmThread)

Gets the extended registers from the thread context.

SetExtendedRegisterValue(DkmThread, Int32, ReadOnlyCollection<Byte>)

Sets the value of the extended register in the thread's context.

Applies to