INetFwV6Mgr::GloballyOpenPorts property

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

Specifies the set of port and protocol pairs for which inbound connection attempts are currently allowed at the time of the method call.

This property is read-only.

Syntax

HRESULT get_GloballyOpenPorts(
  [out] INetFwV6PortsCollection **pCollection
);

Property value

References the collection.

Error codes

If the method succeeds the return value is S_OK.

If the method fails, the return value is one of the following error codes.

Name Meaning
E_ABORT
The operation was aborted.
E_FAIL
An unspecified error occurred.
E_INVALIDARG
One of the parameters is invalid.
E_NOINTERFACE
A specified interface is not supported.
E_NOTIMPL
A specified method is not implemented.
E_OUTOFMEMORY
The method is unable to allocate required memory.
E_POINTER
A pointer passed as a parameter is not valid.
E_UNEXPECTED
The method failed for unknown reasons.

Remarks

This interface has the same semantics as EnumerateGloballyOpenPorts

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

INetFwV6Mgr

INetFwV6Mgr