Click to Rate and Give Feedback
MSDN
MSDN Library
Windows Development
Networking
Windows Firewall
 NET_FW_IP_PROTOCOL enumeration
NET_FW_IP_PROTOCOL enumeration

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;

Constants

NET_FW_IP_PROTOCOL_TCP

Transmission Control Protocol.

NET_FW_IP_PROTOCOL_UDP

User Datagram Protocol.

Requirements

Minimum supported client

Windows XP with SP2

Minimum supported server

None supported

Header

Icftypes.h

See also

Windows Firewall Reference
Windows Firewall Enumeration Types

 

 

Send comments about this topic to Microsoft

Build date: 9/7/2011

Community Content   What is Community Content?
Add new content RSS  Annotations
Windows Firewall wiht Advanced Security      ColbyRingeisen   |   Edit   |   Show History
icftypes.h from v6.0A and later of the Windows SDK shows a different typedef (below). Please update the online documentation.

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;
Tags What's this?: Add a tag
Flag as ContentBug
Processing
© 2012 Microsoft. All rights reserved. Terms of Use | Trademarks | Privacy Statement
Page view tracker