DkmThread.GetCurrentFuncEvalMode Method

Definition

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.

Applies to