UninstallFilter Method of the IFWXFilterAdmin Interface

The UninstallFilter method removes the filter registration from the Forefront TMG configuration.

Syntax

HRESULT UninstallFilter(
  [in]  REFCLSID guidFilter
);

Parameters

guidFilter

Class identifier (CLSID) of the COM class that implements the IFWXFilter interface, representing the filter to uninstall.

Return Value

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

Remarks

Use this method in an uninstall procedure.

This method is supported only for backward compatibility. For information about how to register an application filter, see Filter Setup.

Requirements

Server Requires Windows Server 2008.
Version Requires Forefront Threat Management Gateway (TMG).
Header

Declared in Wspfwext.idl.

DLL

Requires Wspadmin.dll.

See Also

IFWXFilterAdmin


Send comments about this topic to Microsoft

Build date: 11/30/2009

© 2008 Microsoft Corporation. All rights reserved.