IEnumNetFwV6Connections interface

[The IPv6 Internet Connection Firewall is available for use in the operating systems specified in the Requirements section. Instead, use the Windows Firewall API.]

The IEnumNetFwV6Connections interface is a standard COM enumerator for the INetFwV6Connection interface.

Members

The IEnumNetFwV6Connections interface inherits from the IUnknown interface. IEnumNetFwV6Connections also has these types of members:

Methods

The IEnumNetFwV6Connections interface has these methods.

Method Description
Clone Clones the enumerator.
Next Gets the next connection in the enumerator.
Reset Resets the enumerator.
Skip Skips the next connection in the enumerator.

Requirements

Minimum supported client
Windows XP with SP1 [desktop apps only]
Minimum supported server
None supported
End of client support
Windows XP with SP1
Redistributable
Advanced Networking Pack for Windows XP
Header
Netfwv6.h
DLL
Netfwv6.dll

See also

IEnumNetFwV6Connections::Clone

IEnumNetFwV6Connections::Next

IEnumNetFwV6Connections::Reset

IEnumNetFwV6Connections::Skip

INetFwV6ConnectionCollection::_NewEnum

INetFwV6Mgr::EnumerateConnections

INetFwV6OpenPortsCollection::_NewEnum

IUnknown