IEnumConnections::Next Method (UInt32, array<CONNECTDATA>^, UInt32)

 
Namespace:   Microsoft.VisualStudio.OLE.Interop
Assembly:  Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)

int Next(
	unsigned int cConnections,
	array<CONNECTDATA>^ rgcd,
	[OutAttribute] unsigned int% pcFetched
)

Parameters

cConnections
Type: System::UInt32
rgcd
Type: array<Microsoft.VisualStudio.OLE.Interop::CONNECTDATA>^
pcFetched
Type: System::UInt32

Return Value

Type: System::Int32
Return to top
Show: