3.1.6.6 SetEffectiveFirewallPolicy

SetEffectiveFirewallPolicy is an abstract interface exposed by the host operating system and invoked by the MS-FASP server whenever the effective firewall policy changes. The algorithm for processing the new policy settings is implementation-specific.<36> The interface is defined as follows:

 void SetEffectiveFirewallPolicy(
     [in] PolicyStore newEffectivePolicy
 );
  

Input Parameter: newEffectivePolicy: A PolicyStore object containing the new effective firewall policy for the local computer.

Output Parameter: None.