IDkmRuntimeFunctionResolverClient 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.
This interface is implemented by the breakpoint manager so it can receive notification that a runtime function resolution request has resolved into a new function.
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, CompilerVendorId, EngineId, LanguageId.
public interface class IDkmRuntimeFunctionResolverClient
public interface class IDkmRuntimeFunctionResolverClient
__interface IDkmRuntimeFunctionResolverClient
public interface IDkmRuntimeFunctionResolverClient
type IDkmRuntimeFunctionResolverClient = interface
Public Interface IDkmRuntimeFunctionResolverClient
Methods
OnFunctionResolved(DkmRuntimeFunctionResolutionRequest, DkmInstructionAddress) |
Called by runtime function resolvers when a new resolution has been discovered for a DkmRuntimeFunctionResolutionRequest instance. |
OnResolverMessage(DkmRuntimeFunctionResolutionRequest, DkmBreakpointMessageLevel, String) |
Called by runtime function resolvers when the resolver wishes to notify its client an error/warning occurred while attempting to resolve the breakpoint. |