IFWXFilterAdmin Interface

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

Syntax

interface IFWXFilterAdmin : IUnknown

Methods

The IFWXFilterAdmin interface inherits the methods of the IUnknown interface.

In addition, IFWXFilterAdmin defines the following methods.

Method Description

InstallFilter

Registers the filter with Forefront TMG.

UninstallFilter

Removes the filter registration from the Forefront TMG configuration.

RegisterProtocol

Registers a protocol. A registered protocol will appear in Forefront TMG 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 2008.
Version Requires Forefront Threat Management Gateway (TMG).
Header

Declared in Wspfwext.idl.

See Also

Filter Interfaces


Send comments about this topic to Microsoft

Build date: 11/30/2009

© 2008 Microsoft Corporation. All rights reserved.