INetFwPolicy2::get_LocalPolicyModifyState method (netfw.h)

The LocalPolicyModifyState attribute determines if adding or setting a rule or group of rules will take effect in the current firewall profile.

This property is read-only.

Syntax

HRESULT get_LocalPolicyModifyState(
  NET_FW_MODIFY_STATE *modifyState
);

Parameters

modifyState

Return value

None

Requirements

Requirement Value
Minimum supported client Windows Vista [desktop apps only]
Minimum supported server Windows Server 2008 [desktop apps only]
Target Platform Windows
Header netfw.h
DLL FirewallAPI.dll

See also

INetFwPolicy2