Share via


FW_DIRECTIONS

Other versions of this page are also available for the following:

Windows Mobile Not SupportedWindows Embedded CE Supported

8/28/2008

This enumeration defines values that specify traffic direction. The Direction member of FW_LOG_ENTRY uses these values.

Syntax

typedef enum _FW_DIRECTIONS {
  FWD_INBOUND = 0x08,
  FWD_OUTBOUND = 0x10,
} FW_DIRECTIONS;

Elements

  • FWD_INBOUND
    Inbound traffic, sent from the public side to the private side.
  • FWD_OUTBOUND
    Outbound traffic, sent from the private side to the public side.

Requirements

Header fwapi.h
Windows Embedded CE Windows CE .NET 4.2 and later

See Also

Reference

IP Firewall Enumerations