INetFwV6OpenPort 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 INetFwV6OpenPort interface represents a port and protocol pair for which inbound connection attempts are permitted. It is intended for use only by the open port enumerations and collections.

Members

The INetFwV6OpenPort interface inherits from the IDispatch interface. INetFwV6OpenPort also has these types of members:

Methods

The INetFwV6OpenPort interface has these methods.

Method Description
get_Name Retrieves the contents of the Name property.
get_Port Retrieves the contents of the Port property.
get_Protocol Retrieves the contents of the Protocol property.

Properties

The INetFwV6OpenPort interface has these properties.

Property Description
Name
Returns display name for this pair.
Port
Returns port for this pair.
Protocol
Returns protocol for this pair.

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::Next

INetFwV6OpenPort::Name

INetFwV6OpenPort::Port

INetFwV6OpenPort::Protocol

IUnknown