IEnumNetworkConnections interface (netlistmgr.h)
The IEnumNetworkConnections interface provides a standard enumerator for network connections. It enumerates active, disconnected, or all network connections within a network. This interface can be obtained from the INetwork interface.
Inheritance
The IEnumNetworkConnections interface inherits from the IUnknown interface. IEnumNetworkConnections also has these types of members:
Methods
The IEnumNetworkConnections interface has these methods.
IEnumNetworkConnections::Clone The Clone method creates an enumerator that contains the same enumeration state as the enumerator currently in use. (IEnumNetworkConnections.Clone) |
IEnumNetworkConnections::get__NewEnum The get_NewEnum property returns an automation enumerator object that you can use to iterate through the IEnumNetworkConnections collection. |
IEnumNetworkConnections::Next The Next method gets the next specified number of elements in the enumeration sequence. (IEnumNetworkConnections.Next) |
IEnumNetworkConnections::Reset The Reset method resets the enumeration sequence to the beginning. (IEnumNetworkConnections.Reset) |
IEnumNetworkConnections::Skip The Skip method skips over the next specified number of elements in the enumeration sequence. (IEnumNetworkConnections.Skip) |
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista [desktop apps only] |
Minimum supported server | Windows Server 2008 [desktop apps only] |
Target Platform | Windows |
Header | netlistmgr.h |