IEnumDebugStackFrames64.Next64 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.
public:
int Next64(System::UInt32 celt, cli::array <Microsoft::VisualStudio::Debugger::Interop::DebugStackFrameDescriptor64> ^ prgdsfd, [Runtime::InteropServices::Out] System::UInt32 % pceltFetched);
public int Next64(uint celt, Microsoft.VisualStudio.Debugger.Interop.DebugStackFrameDescriptor64[] prgdsfd, out uint pceltFetched);
abstract member Next64 : uint32 * Microsoft.VisualStudio.Debugger.Interop.DebugStackFrameDescriptor64[] * uint32 -> int
Public Function Next64 (celt As UInteger, prgdsfd As DebugStackFrameDescriptor64(), ByRef pceltFetched As UInteger) As Integer
Parameters
- celt
- UInt32
- prgdsfd
- DebugStackFrameDescriptor64[]
- pceltFetched
- UInt32