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_CATEGORY enumerated type specifies the firewall rule category.
Syntax
typedef enum NET_FW_RULE_CATEGORY_ {
NET_FW_RULE_CATEGORY_BOOT = 0,
NET_FW_RULE_CATEGORY_STEALTH,
NET_FW_RULE_CATEGORY_FIREWALL,
NET_FW_RULE_CATEGORY_CONSEC,
NET_FW_RULE_CATEGORY_MAX
} NET_FW_RULE_CATEGORY;
Constants
NET_FW_RULE_CATEGORY_BOOTValue: 0 Specifies boot time filters. |
NET_FW_RULE_CATEGORY_STEALTHSpecifies stealth filters. |
NET_FW_RULE_CATEGORY_FIREWALLSpecifies firewall filters. |
NET_FW_RULE_CATEGORY_CONSECSpecifies connection security filters. |
NET_FW_RULE_CATEGORY_MAXMaximum value for testing purposes. |
Remarks
For more information about using Firewalls, see Best practices for configuring Windows Defender Firewall
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 7 [desktop apps only] |
| Minimum supported server | Windows Server 2008 R2 [desktop apps only] |
| Header | icftypes.h |