Share via


IFWXPolicyChangeNotification interface

Applies to: desktop apps only

The IFWXPolicyChangeNotification interface includes a method for receiving a notification from the Microsoft Firewall service when changes to the configuration of the Forefront TMG administration COM objects are applied in a call to a Save method with the fReloadConfiguration parameter set to VARIANT_TRUE. An application filter can handle this event by reloading the saved configuration of the Forefront TMG administration COM objects from persistent storage to synchronize with these changes.

When to implement

An application filter that requires the current Forefront TMG administration configuration should implement this interface to receive notifications that changes to the configuration of the Forefront TMG administration COM objects have been applied.

Members

The IFWXPolicyChangeNotification interface inherits from the IUnknown interface. IFWXPolicyChangeNotification also has these types of members:

  • Methods

Methods

The IFWXPolicyChangeNotification interface has these methods.

Method Description
ReloadConfiguration

Receives a notification from the Microsoft Firewall service that changes to the configuration of the Forefront TMG administration COM objects have been applied in a call to a Save method with the fReloadConfiguration parameter set to VARIANT_TRUE and can perform user-defined operations to reload the saved configuration of the Forefront TMG administration COM objects from persistent storage.

 

Remarks

A call to a Save method with the fReloadConfiguration parameter set to VARIANT_TRUE ensures only that configuration changes that can be applied dynamically without restarting services take effect. Changes that require restarting of the Firewall service are applied during a call to a Save method only if the fResetRequiredServices parameter is set to VARIANT_TRUE. For more information, see Restarting Services After Configuration Changes.

Requirements

Minimum supported client

None supported

Minimum supported server

Windows Server 2008 R2, Windows Server 2008 with SP2 (64-bit only)

Version

Forefront Threat Management Gateway (TMG) 2010

Header

Wspfwext.idl

See also

Filter Interfaces

 

 

Build date: 7/12/2010