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