NET_FW_MODIFY_STATE enumeration (icftypes.h)

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_OK
Value: 0
Changing or adding a firewall rule or firewall group to the current profile will take effect.
NET_FW_MODIFY_STATE_GP_OVERRIDE
Changing 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_BLOCKED
Changing 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

See also

Windows Firewall with Advanced Security Enumerated Types

Windows Firewall with Advanced Security Reference