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.
This enumeration defines values that specify traffic direction. The Direction member of FW_LOG_ENTRY uses these values.
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
OS Versions: Windows CE .NET 4.2 and later.
Header: Fwapi.h.
See Also
Send Feedback on this topic to the authors