INetFwV6Connection::EnumerateIgnoredGlobalPorts method
[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 EnumerateIgnoredGlobalPorts method yields the set of port and protocol pairs that ignore the global setting controlling inbound connection attempts.
Syntax
HRESULT EnumerateIgnoredGlobalPorts(
[out] IEnumNetFwV6Ports **ppEnum
);
Parameters
-
ppEnum [out]
-
Pointer to a collection of ignored global ports.
Return value
If the method succeeds the return value is S_OK.
If the method fails, the return value is one of the following error codes.
Return code | Description |
---|---|
|
The operation was stopped. |
|
An unspecified error occurred. |
|
The parameter is not valid. |
|
A specified interface is not supported. |
|
A specified method is not implemented. |
|
The method is unable to allocate required memory. |
|
A pointer passed as a parameter is not valid. |
|
The method failed for unknown reasons. |
Remarks
A port that is ignored after this method call is not a member of the set. Likewise, a port that is set to observe the global setting after this method call is also not a member of the set.
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 |
|
DLL |
|