IEnumConnections.Next(UInt32, CONNECTDATA[], UInt32) Method

Definition

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

Parameters

cConnections
UInt32
rgcd
CONNECTDATA[]
pcFetched
UInt32

Returns

Applies to