IDkmExtendedRegisters 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.
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. |