Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
[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.]
[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.]
The NET_FW_IP_PROTOCOL enumeration type specifies the Internet protocol.
Syntax
typedef enum NET_FW_IP_PROTOCOL_ {
NET_FW_IP_PROTOCOL_TCP = 6,
NET_FW_IP_PROTOCOL_UDP = 17,
NET_FW_IP_PROTOCOL_ANY = 256
} NET_FW_IP_PROTOCOL;
Constants
NET_FW_IP_PROTOCOL_TCPValue: 6 Transmission Control Protocol. |
NET_FW_IP_PROTOCOL_UDPValue: 17 User Datagram Protocol. |
NET_FW_IP_PROTOCOL_ANYValue: 256 |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows XP with SP2 [desktop apps only] |
| Minimum supported server | None supported |
| Header | icftypes.h |