Microsoft Internet Security and Acceleration Server 2004 SDK

WebFilters Property of IFPCExtensions[C++]

FPCExtensions.WebFilters [Visual Basic]

[C++]

The WebFilters property gets an FPCWebFilters collection of Web filters that are registered to extend the ISA Server Web proxy.

HRESULT get_WebFilters(
  IFPCWebFilters** ppWebFilters
);

Parameters

ppWebFilters
Address of an interface pointer that on return points to an IFPCWebFilters interface that represents the collection of Web filters for extending the Web proxy.

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 collection of Web filters for extending the Web proxy and access the properties of each Web filter through the IFPCWebFilters interface retrieved.

[Visual Basic]

The WebFilters property gets an FPCWebFilters collection of Web filters that are registered to extend the ISA Server Web proxy.

Property WebFilters As FPCWebFilters

Property Value

Reference to an FPCWebFilters collection of Web filters for extending the Web proxy.

Remarks

This property is read-only. You can modify the collection of Web filters for extending the Web proxy and access the properties of each Web filter through the FPCWebFilters collection 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

FPCExtensions