InstalledWebFilters Property of the IFPCEEServer Interface

The InstalledWebFilters property gets an FPCRefs collection that contains references to the FPCWebFilter objects defining the Web filters installed on the server.

[C++]
HRESULT get_InstalledWebFilters(
	IFPCRefs** ppRefs
);

Parameters

ppRefs

Address of a variable that receives a pointer to an IFPCRefs interface that represents the collection of references to the Web filters installed on the server.

Return Value

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

[Visual Basic]
Property InstalledWebFilters As FPCRefs

Property Value

Reference to the FPCRefs collection that contains references to the Web filters installed on the server.

Remarks

This property is read-only. References to Web filters can be added and removed by calling the methods of the FPCRefs collection retrieved (the IFPCRefs interface retrieved in C++)

In deployments with multiple Forefront TMG computers, only the Web filters that are installed on a Forefront TMG computer, included in the FPCWebFilters collection for its array, and referenced in its InstalledWebFilters property are registered as installed extensions of the Forefront TMG Web proxy on that computer. When the Add method is called to register a Web filter in an array, a reference to the new FPCWebFilter object is automatically added to this property of the local Forefront TMG computer.

Requirements

Client Requires Windows Vista or Windows XP.
Server Requires Windows Server 2008.
Version Requires Forefront Threat Management Gateway (TMG).
IDL

Declared in Msfpccom.idl.

DLL

Requires Msfpccom.dll.

See Also

FPCServer


Send comments about this topic to Microsoft

Build date: 11/30/2009

© 2008 Microsoft Corporation. All rights reserved.