IEnumConnectionPoints::Next Method (Int32, array<IConnectionPoint^>^, IntPtr)
Retrieves a specified number of items in the enumeration sequence.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- celt
-
Type:
System::Int32
The number of IConnectionPoint references to return in rgelt.
- rgelt
-
Type:
array<System.Runtime.InteropServices.ComTypes::IConnectionPoint^>^
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 IEnumConnectionPoints::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