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_MODIFY_STATE enumerated type specifies the effect of modifications to the current policy.
Syntax
typedef enum NET_FW_MODIFY_STATE_ {
NET_FW_MODIFY_STATE_OK = 0,
NET_FW_MODIFY_STATE_GP_OVERRIDE,
NET_FW_MODIFY_STATE_INBOUND_BLOCKED
} NET_FW_MODIFY_STATE;
Constants
NET_FW_MODIFY_STATE_OKValue: 0 Changing or adding a firewall rule or firewall group to the current profile will take effect. |
NET_FW_MODIFY_STATE_GP_OVERRIDEChanging or adding a firewall rule or firewall group to the current profile will not take effect because the profile is controlled by the group policy. |
NET_FW_MODIFY_STATE_INBOUND_BLOCKEDChanging or adding a firewall rule or firewall group to the current profile will not take effect because unsolicited inbound traffic is not allowed. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows Vista [desktop apps only] |
| Minimum supported server | Windows Server 2008 [desktop apps only] |
| Header | icftypes.h |