Share via


FirewallRefresh (Windows Embedded CE 6.0)

1/6/2010

This function reloads the firewall run-time image settings, with the exception of rules and interfaces, from the registry.

Syntax

VOID FirewallRefresh();

Parameters

None.

Return Value

None.

Remarks

Use this function to change firewall settings that are set through the registry but cannot be modified through a dedicated API. For information about the firewall registry settings, see IP Firewall Registry Settings.

To modify firewall rules use FirewallCreateRule, FirewallDeleteRule and FirewallEnableRule. To modify which interface has traffic filtered by the firewall, use FirewallSetInterface.

Requirements

Header fwapi.h
Windows Embedded CE Windows CE .NET 4.2 and later

See Also

Reference

IP Firewall Functions