Microsoft Internet Security and Acceleration Server 2004 SDK

IFWXFilterAdmin

The IFWXFilterAdmin interface is used by filter setup to install and configure the filter. You must use this interface to install a filter.

Methods in Vtable Order

The IFWXFilterAdmin interface inherits the methods of the standard COM interface IUnknown.

In addition, IFWXFilterAdmin defines the following methods.

Method Description
InstallFilter Registers the filter with ISA Server.
UninstallFilter Removes the filter registration from the ISA Server configuration.
RegisterProtocol Registers a protocol. A registered protocol will appear in ISA Server Management.
UnregisterProtocol Unregisters a protocol that is controlled by a filter.
GetProtocol Gets the FPCProtocolDefinition object, which provides access to protocols previously registered by the IFWXFilterAdmin::RegisterProtocol method.
GetParameterSets Gets an interface that provides access to the collection of vendor parameter sets (FPCVendorParametersSets).
GetFilterParameterSet Gets an interface that provides access to the filter's private configuration parameter set.
GetFilter Gets the IFPCApplicationFilter interface, which provides access to information about the application filter configuration.

Requirements

Server: Requires Windows Server 2003 or Windows 2000.
Version: Requires Internet Security and Acceleration Server 2004.
Header: Declared in Wspfwext.idl.

See Also

Filter Interfaces