IDkmRuntimeFunctionResolverClient.OnFunctionResolved Method

Definition

Called by runtime function resolvers when a new resolution has been discovered for a DkmRuntimeFunctionResolutionRequest instance.

public:
 void OnFunctionResolved(Microsoft::VisualStudio::Debugger::FunctionResolution::DkmRuntimeFunctionResolutionRequest ^ runtimeFunctionResolutionRequest, Microsoft::VisualStudio::Debugger::DkmInstructionAddress ^ address);
public void OnFunctionResolved (Microsoft.VisualStudio.Debugger.FunctionResolution.DkmRuntimeFunctionResolutionRequest runtimeFunctionResolutionRequest, Microsoft.VisualStudio.Debugger.DkmInstructionAddress address);
abstract member OnFunctionResolved : Microsoft.VisualStudio.Debugger.FunctionResolution.DkmRuntimeFunctionResolutionRequest * Microsoft.VisualStudio.Debugger.DkmInstructionAddress -> unit
Public Sub OnFunctionResolved (runtimeFunctionResolutionRequest As DkmRuntimeFunctionResolutionRequest, address As DkmInstructionAddress)

Parameters

runtimeFunctionResolutionRequest
DkmRuntimeFunctionResolutionRequest

[In] DkmRuntimeFunctionResolutionRequest represents an expression to be parsed and evaluated by a runtime based expression evaluator and is bound to a particular process. Resolutions will send DkmModuleInstance::FunctionResolved events.

address
DkmInstructionAddress

[In] The address the request bound to. Multiple addresses will result in multiple calls to this function.

Applies to