Partager via


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

Members

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

Methods

The IEnumNetFwV6ConnectionsAsVariants interface has these methods.

Method Description
Clone Clones the connections enumerators.
Next Gets next connection.
Reset Resets the connections enumerators.
Skip Skips next connection.

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

IEnumNetFwV6ConnectionsAsVariants::Clone

IEnumNetFwV6ConnectionsAsVariants::Next

IEnumNetFwV6ConnectionsAsVariants::Reset

IEnumNetFwV6ConnectionsAsVariants::Skip

INetFwV6ConnectionCollection::_NewEnum

INetFwV6OpenPortsCollection::_NewEnum

IUnknown