IDkmLanguageStepIntoFilterCallback.GetStepIntoFlags Method

Definition

Called during a Step-Into to determine special behavior for a particular function.

public:
 Microsoft::VisualStudio::Debugger::Stepping::DkmLanguageStepIntoFlags GetStepIntoFlags(Microsoft::VisualStudio::Debugger::Evaluation::DkmLanguageInstructionAddress ^ languageInstructionAddress);
public:
 Microsoft::VisualStudio::Debugger::Stepping::DkmLanguageStepIntoFlags GetStepIntoFlags(Microsoft::VisualStudio::Debugger::Evaluation::DkmLanguageInstructionAddress ^ languageInstructionAddress);
Microsoft::VisualStudio::Debugger::Stepping::DkmLanguageStepIntoFlags GetStepIntoFlags(Microsoft::VisualStudio::Debugger::Evaluation::DkmLanguageInstructionAddress const & languageInstructionAddress);
public Microsoft.VisualStudio.Debugger.Stepping.DkmLanguageStepIntoFlags GetStepIntoFlags (Microsoft.VisualStudio.Debugger.Evaluation.DkmLanguageInstructionAddress languageInstructionAddress);
abstract member GetStepIntoFlags : Microsoft.VisualStudio.Debugger.Evaluation.DkmLanguageInstructionAddress -> Microsoft.VisualStudio.Debugger.Stepping.DkmLanguageStepIntoFlags
Public Function GetStepIntoFlags (languageInstructionAddress As DkmLanguageInstructionAddress) As DkmLanguageStepIntoFlags

Parameters

languageInstructionAddress
DkmLanguageInstructionAddress

[In] Pairing between an instruction address and the language that should be used to decode it.

Returns

[Out] Flags which describe how to proceed with a Step-Into action.

Applies to