FirewallRefresh (Windows CE 5.0)
This function reloads the firewall run-time image settings, with the exception of rules and interfaces, from the registry.
VOID FirewallRefresh();
Parameters
None.
Return Values
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
OS Versions: Windows CE .NET 4.2 and later.
Header: Fwapi.h.
See Also
Send Feedback on this topic to the authors