Share via


IDkmTlsReadWrite Interface

Definition

Provides the ability to read and write from Win32 TLS slots within the target process.

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

Methods

GetTlsValue(DkmThread, Int32)

Retrieves the value in the debuggee thread's thread local storage (TLS) slot for the specified TLS index. Each thread of a process has its own slot for each TLS index.

SetTlsValue(DkmThread, Int32, UInt64)

Stores a value in the debuggee thread's thread local storage (TLS) slot for the specified TLS index. Each thread of a process has its own slot for each TLS index.

Applies to