INetFwOpenPorts::Item method (netfw.h)
[The Windows Firewall API is available for use in the operating systems specified in the Requirements section. It may be altered or unavailable in subsequent versions. For Windows Vista and later, use of the Windows Firewall with Advanced Security API is recommended.]
Returns the specified port if it is in the collection.
Syntax
HRESULT Item(
[in] LONG portNumber,
[in] NET_FW_IP_PROTOCOL ipProtocol,
[out] INetFwOpenPort **openPort
);
Parameters
[in] portNumber
Port number to find.
[in] ipProtocol
Protocol of the port to find by type NET_FW_IP_PROTOCOL.
[out] openPort
Reference to the returned INetFwOpenPort object.
Return value
C++
If the method succeeds, the return value is S_OK.If the method fails, the return value is one of the following error codes.
VB
Reference to the returned INetFwOpenPort object.Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista, Windows XP with SP2 [desktop apps only] |
Minimum supported server | Windows Server 2003 with SP1 [desktop apps only] |
Target Platform | Windows |
Header | netfw.h |
DLL | FirewallAPI.dll; Hnetcfg.dll on Windows XP with SP2 |