IDkmThreadStackRangeProvider Interface

Definition

Returns the stack base and limit of a thread.

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

Methods

GetStackAddressRange(DkmThread)

Retrieves the stack limit/stack base of the given thread. Note that its possible for this value to change over time, for example, in the case of fibers.

Applies to