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_RULE_DIRECTION enumerated type specifies the direction of traffic to which a rule applies.
Syntax
typedef enum NET_FW_RULE_DIRECTION_ {
NET_FW_RULE_DIR_IN = 1,
NET_FW_RULE_DIR_OUT,
NET_FW_RULE_DIR_MAX
} NET_FW_RULE_DIRECTION;
Constants
NET_FW_RULE_DIR_INValue: 1 The rule applies to inbound traffic. |
NET_FW_RULE_DIR_OUTThe rule applies to outbound traffic. |
NET_FW_RULE_DIR_MAXThis value is used for boundary checking only and is not valid for application programming. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows Vista [desktop apps only] |
| Minimum supported server | Windows Server 2008 [desktop apps only] |
| Header | icftypes.h |