Microsoft Internet Security and Acceleration Server 2004 SDK

Browser Property of IFPCClientConfig[C++]

FPCClientConfig.Browser [Visual Basic]

[C++]

The Browser property gets an FPCWebBrowserClientConfig object that defines the configuration settings for Web browsers running on Firewall clients.

HRESULT get_Browser(
  IFPCWebBrowserClientConfig** ppBrowserClientConfig
);

Parameters

ppBrowserClientConfig
Address of an interface pointer that on return points to the IFPCWebBrowserClientConfig interface that represents the configuration settings for Web browsers running on 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 IFPCWebBrowserClientConfig interface retrieved.

[Visual Basic]

The Browser property gets an FPCWebBrowserClientConfig object that defines the configuration settings for Web browsers running on Firewall clients.

Property Browser As FPCWebBrowserClientConfig

Property Value

Reference to an FPCWebBrowserClientConfig object that defines the configuration settings for Web browsers running on Firewall clients.

Remarks

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