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 for the firewall actions for a packet. These values are used for the Action member of FW_RULE for logging rules. They are also used for the Action member of FW_LOG_ENTRY.
typedef enum _FW_ACTIONS{ FWA_BLOCK = 0x01, FWA_ALLOW = 0x02, FWA_ALLOW_RESPONSE = 0x03,} FW_ACTIONS;
Elements
- FWA_BLOCK
Packet is blocked by the firewall. - FWA_ALLOW
Packet is allowed by the firewall as a result of a firewall rule. - FWA_ALLOW_RESPONSE
Packet is allowed by the firewall as a response to traffic initiated from the private side.
Requirements
OS Versions: Windows CE .NET 4.2 and later.
Header: Fwapi.h.
See Also
Send Feedback on this topic to the authors