Microsoft Internet Security and Acceleration Server 2004 SDK

ClientConfig Property of IFPCNetwork[C++]

FPCNetwork.ClientConfig [Visual Basic]

[C++]

The ClientConfig property gets an FPCClientConfig object that provides access to the configuration of Firewall clients and to the configuration settings for Web browsers running on Firewall clients on the network.

HRESULT get_ClientConfig(
  IFPCClientConfig** ppClientConfig
);

Parameters

ppClientConfig
Address of an interface pointer that on return points to an IFPCClientConfig interface that represents the configuration of Firewall clients and to the configuration settings for Web browsers running on Firewall clients on the network.

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 accessing the properties IFPCClientConfig interface retrieved.

[Visual Basic]

The ClientConfig property gets an FPCClientConfig object that provides access to the configuration of Firewall clients and to the configuration settings for Web browsers running on Firewall clients on the network.

Property ClientConfig As IFPCClientConfig

Property Value

Reference to an FPCClientConfig object that provides access to the configuration of Firewall clients and to the configuration settings for Web browsers running on Firewall clients on the network.

Remarks

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

FPCNetwork