The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
UCOMIEnumConnections Interface
.NET Framework (current version)
Note: This API is now obsolete.
Namespace:
System.Runtime.InteropServices
Assembly: mscorlib (in mscorlib.dll)
Return to top
Assembly: mscorlib (in mscorlib.dll)
<ObsoleteAttribute("Use System.Runtime.InteropServices.ComTypes.IEnumConnections instead. http://go.microsoft.com/fwlink/?linkid=14202", False)> <GuidAttribute("B196B287-BAB4-101A-B69C-00AA00341D07")> <InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> Public Interface UCOMIEnumConnections
| Name | Description | |
|---|---|---|
![]() | Clone(UCOMIEnumConnections) | Creates another enumerator that contains the same enumeration state as the current one. |
![]() | Next(Int32, CONNECTDATA(), Int32) | Retrieves a specified number of items in the enumeration sequence. |
![]() | Reset() | Resets the enumeration sequence to the beginning. |
![]() | Skip(Int32) | Skips over a specified number of items in the enumeration sequence. |
For more information about the IEnumConnections interface, see the MSDN Library.
.NET Framework
Available since 1.1
Available since 1.1
Show:
