Microsoft Internet Security and Acceleration Server 2004 SDK

FirewallChaining Property of IFPCNetworkConfiguration[C++]

FPCNetworkConfiguration.FirewallChaining [Visual Basic]

[C++]

The FirewallChaining property gets an FPCFirewallChaining object that specifies settings for forwarding Microsoft Firewall service requests to another server.

HRESULT get_FirewallChaining(
  IFPCFirewallChaining** ppFirewallChaining
);

Parameters

ppFirewallChaining
Address of an interface pointer that on return points to an IFPCFirewallChaining interface that specifies settings for forwarding Firewall service requests to another server.

Return Values

This property method returns S_OK if the call is successful; otherwise, it returns an error code.

Remarks

This property is read-only. You can modify the chaining settings by calling the properties of the IFPCFirewallChaining interface retrieved.

[Visual Basic]

The FirewallChaining property gets an FPCFirewallChaining object that specifies settings for forwarding Microsoft Firewall service requests to another server.

Property FirewallChaining As FPCFirewallChaining

Property Value

Reference to an FPCFirewallChaining object that specifies settings for forwarding Firewall service requests to another server.

Remarks

This property is read-only. You can modify the chaining settings by calling the properties of the FPCFirewallChaining object retrieved.

Requirements

Server: Requires Windows Server 2003 or Windows 2000.
Version: Requires Internet Security and Acceleration Server 2004.
Header: Declared in Msfpccom.idl.
Library: Use Microsoft Internet Security and Acceleration Server 2004 Administration Library.

See Also

FPCNetworkConfiguration