Share via


FW_DIRECTIONS (Windows Embedded CE 6.0)

1/6/2010

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