IEnumSTATSTG.Next(UInt32, STATSTG[], UInt32) Method

Definition

public:
 int Next(System::UInt32 celt, cli::array <Microsoft::VisualStudio::OLE::Interop::STATSTG> ^ rgelt, [Runtime::InteropServices::Out] System::UInt32 % pceltFetched);
public int Next (uint celt, Microsoft.VisualStudio.OLE.Interop.STATSTG[] rgelt, out uint pceltFetched);
abstract member Next : uint32 * Microsoft.VisualStudio.OLE.Interop.STATSTG[] * uint32 -> int
Public Function Next (celt As UInteger, rgelt As STATSTG(), ByRef pceltFetched As UInteger) As Integer

Parameters

celt
UInt32
rgelt
STATSTG[]
pceltFetched
UInt32

Returns

Applies to