INetFwV6Mgr::EnumerateConnections 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 EnumerateConnections method returns an enumerator that yields the set of IPv6 connections present in the system at the time of the method call. A connection that is added to the system after this call is made (for example, if a user inserts a PC card adapter) cannot be a member of this set. Likewise, a connection that is removed from the system after this call is made can be a member of this set.
Syntax
HRESULT EnumerateConnections(
[out] IEnumNetFwV6Connections **ppEnum
);
Parameters
-
ppEnum [out]
-
Pointer to a collection of connections.
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 aborted. |
|
An unspecified error occurred. |
|
The parameter is invalid. |
|
A specified interface is not supported. |
|
A specified method is not implemented. |
|
The method was unable to allocate required memory. |
|
A pointer passed as a parameter is not valid. |
|
The method failed for unknown reasons. |
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 |
|