IEnumConnections::Next Method (Int32, array<CONNECTDATA>^, IntPtr)
Retrieves a specified number of items in the enumeration sequence.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- celt
-
Type:
System::Int32
The number of CONNECTDATA structures to return in rgelt.
- rgelt
-
Type:
array<System.Runtime.InteropServices.ComTypes::CONNECTDATA>^
When this method returns, contains a reference to the enumerated connections. This parameter is passed uninitialized.
- pceltFetched
-
Type:
System::IntPtr
When this method returns, contains a reference to the actual number of connections enumerated in rgelt.
Return Value
Type: System::Int32S_OK if the pceltFetched parameter equals the celt parameter; otherwise, S_FALSE.
For more information about IEnumConnections::Next, see the MSDN Library.
Available since 8
.NET Framework
Available since 2.0
Portable Class Library
Supported in: portable .NET platforms
Windows Phone
Available since 8.1