FW_DIRECTIONS
This enumeration contains 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
Last updated on Tuesday, May 18, 2004
© 1992-2003 Microsoft Corporation. All rights reserved.