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