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.
The NET_FW_ACTION enumerated type specifies the action for a rule or default setting.
Syntax
typedef enum NET_FW_ACTION_ {
NET_FW_ACTION_BLOCK = 0,
NET_FW_ACTION_ALLOW,
NET_FW_ACTION_MAX
} NET_FW_ACTION;
Constants
NET_FW_ACTION_BLOCKValue: 0 Block traffic. |
NET_FW_ACTION_ALLOWAllow traffic. |
NET_FW_ACTION_MAXMaximum traffic. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows Vista [desktop apps only] |
| Minimum supported server | Windows Server 2008 [desktop apps only] |
| Header | icftypes.h |