次の方法で共有


FW_DIRECTIONS (Windows CE 5.0)

Send Feedback

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

IP Firewall Enumerations

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.