DkmThread.GetCurrentFuncEvalMode 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.
GetCurrentFuncEvalMode may be called by components as part of event processing to determine if function evaluation is enabled. This function may only be called as part of event processing.
public:
Microsoft::VisualStudio::Debugger::DkmFuncEvalMode GetCurrentFuncEvalMode();
public:
Microsoft::VisualStudio::Debugger::DkmFuncEvalMode GetCurrentFuncEvalMode();
Microsoft::VisualStudio::Debugger::DkmFuncEvalMode GetCurrentFuncEvalMode();
public Microsoft.VisualStudio.Debugger.DkmFuncEvalMode GetCurrentFuncEvalMode ();
member this.GetCurrentFuncEvalMode : unit -> Microsoft.VisualStudio.Debugger.DkmFuncEvalMode
Public Function GetCurrentFuncEvalMode () As DkmFuncEvalMode
Returns
[Out] Indicates if there is a function evaluation occurring in the target process and if stopping events are allowed for this evaluation.