IEnumNetFwV6OpenPorts 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 IEnumNetFwV6OpenPorts interface is a standard COM enumerator for the INetFwV6OpenPort interface.

Members

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

Methods

The IEnumNetFwV6OpenPorts interface has these methods.

Method Description
Clone Clones the enumerator.
Next Gets the next open port in the enumerator.
Reset Resets the enumerator.
Skip Skips the next open port 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

IEnumNetFwV6OpenPorts::Clone

IEnumNetFwV6OpenPorts::Next

IEnumNetFwV6OpenPorts::Reset

IEnumNetFwV6OpenPorts::Skip

INetFwV6Connection::EnumerateOpenPorts

INetFwV6ConnectionCollection::_NewEnum

INetFwV6OpenPortsCollection::_NewEnum

IUnknown