IEnumNetFwV6OpenPorts::Next 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 Next method retrieves the specified number of open ports starting from the current enumeration position.
Syntax
HRESULT Next(
[in] ULONG cElt,
[out] INetFwV6OpenPort **rgElt,
[out] ULONG *pcEltFetched
);
Parameters
-
cElt [in]
-
Specifies the number of open ports to retrieve.
-
rgElt [out]
-
Pointer to a variable that, on successful return, points to an array of pointers to INetFwV6OpenPort interfaces.
-
pcEltFetched [out]
-
Pointer to a variable that, on successful return, specifies the number of open ports actually returned.
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. |
|
One of the parameters 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. |
|
The Next operation failed. |
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 |
|