Microsoft Internet Security and Acceleration Server 2004 SDK

IFWXFilterAdmin::UninstallFilter

The UninstallFilter method removes the filter registration from the ISA Server configuration.

HRESULT UninstallFilter(
  REFCLSID guidFilter
);

Parameters

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

Return Values

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

Remarks

Use this method in an uninstall procedure.

Requirements

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

See Also

IFWXFilterAdmin