Microsoft Internet Security and Acceleration Server 2004 SDK

Firewall Property of IFPCClientConfig[C++]

FPCClientConfig.Firewall [Visual Basic]

[C++]

The Firewall property gets an FPCFirewallClientConfig object that defines the configuration for Firewall clients.

HRESULT get_Firewall(
  IFPCFirewallClientConfig** ppFirewallClientConfig
);

Parameters

ppFirewallClientConfig
Address of an interface pointer that on return points to the IFPCFirewallClientConfig interface that defines the configuration for Firewall clients.

Return Values

This property method returns S_OK if the call is successful; otherwise, it returns an error code, and the parameter returned is a null object.

Remarks

This property is read-only. It can be modified by setting the properties of the IFPCFirewallClientConfig interface retrieved.

[Visual Basic]

The Firewall property gets an FPCFirewallClientConfig object that defines the configuration for Firewall clients.

Property Firewall As IFPCFirewallClientConfig

Property Value

FPCFirewallClientConfig object that defines the configuration for Firewall clients.

Remarks

This property is read-only. It can be modified by setting the properties of the FPCFirewallClientConfig 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

FPCClientConfig