IDkmInlineFrameCount.GetInlineFramesCount 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.
Returns the number of inline frames at the given instruction symbol.
public:
System::UInt32 GetInlineFramesCount(Microsoft::VisualStudio::Debugger::Symbols::DkmInstructionSymbol ^ instruction, Microsoft::VisualStudio::Debugger::Symbols::DkmBasicSymbolInfoRequestFlags flags);
public uint GetInlineFramesCount (Microsoft.VisualStudio.Debugger.Symbols.DkmInstructionSymbol instruction, Microsoft.VisualStudio.Debugger.Symbols.DkmBasicSymbolInfoRequestFlags flags);
abstract member GetInlineFramesCount : Microsoft.VisualStudio.Debugger.Symbols.DkmInstructionSymbol * Microsoft.VisualStudio.Debugger.Symbols.DkmBasicSymbolInfoRequestFlags -> uint32
Public Function GetInlineFramesCount (instruction As DkmInstructionSymbol, flags As DkmBasicSymbolInfoRequestFlags) As UInteger
Parameters
- instruction
- DkmInstructionSymbol
[In] DkmInstructionSymbol represents a method in the target process.
[In] Flags passed to DkmInstructionSymbol.GetBasicInfo and GetInlineFramesCount.
Returns
[Out] The number of inline frames at the given RVA and frame.