Share via


IEnumDebugStackFrames64.Next64 Method

Definition

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
pceltFetched
UInt32

Returns

Applies to