Share via


IFWXFilterAdmin::UninstallFilter method

Applies to: desktop apps only

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

Syntax

HRESULT UninstallFilter(
  [in]  REFCLSID guidFilter
);

Parameters

  • guidFilter [in]
    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

Minimum supported client

None supported

Minimum supported server

Windows Server 2008 R2, Windows Server 2008 with SP2 (64-bit only)

Version

Forefront Threat Management Gateway (TMG) 2010

Header

Wspfwext.idl

DLL

Wspadmin.dll

See also

IFWXFilterAdmin

 

 

Build date: 7/12/2010