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 R2 or Windows Server 2008 x64 Edition with SP2.
Version Requires Forefront Threat Management Gateway (TMG) 2010.
Header

Declared in Wspfwext.idl.

DLL

Requires Wspadmin.dll.

See Also

IFWXFilterAdmin

Send comments about this topic to Microsoft

Build date: 6/30/2010