IDkmFuncEvalCompletedNotification.OnFuncEvalCompleted Method
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.
OnFuncEvalCompleted is invoked as part of event processing. See interface definition for more information.
public:
void OnFuncEvalCompleted(Microsoft::VisualStudio::Debugger::DkmThread ^ thread, Microsoft::VisualStudio::Debugger::Evaluation::DkmFuncEvalFlags flags, Microsoft::VisualStudio::Debugger::DkmEventDescriptor ^ eventDescriptor);
public void OnFuncEvalCompleted (Microsoft.VisualStudio.Debugger.DkmThread thread, Microsoft.VisualStudio.Debugger.Evaluation.DkmFuncEvalFlags flags, Microsoft.VisualStudio.Debugger.DkmEventDescriptor eventDescriptor);
abstract member OnFuncEvalCompleted : Microsoft.VisualStudio.Debugger.DkmThread * Microsoft.VisualStudio.Debugger.Evaluation.DkmFuncEvalFlags * Microsoft.VisualStudio.Debugger.DkmEventDescriptor -> unit
Public Sub OnFuncEvalCompleted (thread As DkmThread, flags As DkmFuncEvalFlags, eventDescriptor As DkmEventDescriptor)
Parameters
- thread
- DkmThread
[In] DkmThread represents a thread running in the target process.
- flags
- DkmFuncEvalFlags
[In] Flags impacting how function evaluation requests are performed.
- eventDescriptor
- DkmEventDescriptor
[In] Describes the event being processed.