IEnumNetFwV6OpenPortsAsVariants 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 IEnumNetFwV6OpenPortsAsVariants interface is a standard COM enumerator for the INetFwV6OpenPort interface. Unlike IEnumNetFwV6OpenPorts this enumerator yields items of type VARIANT, as is required by the Automation collection model.

Members

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

Methods

The IEnumNetFwV6OpenPortsAsVariants interface has these methods.

Method Description
Clone Clones open ports enumerators.
Next Gets next open port.
Reset Resets open ports enumerators.
Skip Skips next open port.

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

IEnumNetFwV6OpenPortsAsVariants::Clone

IEnumNetFwV6OpenPortsAsVariants::Next

IEnumNetFwV6OpenPortsAsVariants::Reset

IEnumNetFwV6OpenPortsAsVariants::Skip

INetFwV6ConnectionCollection::_NewEnum

INetFwV6OpenPortsCollection::_NewEnum

IUnknown