The UninstallFilter method removes the filter registration from the Forefront TMG configuration.
HRESULT UninstallFilter( [in] REFCLSID guidFilter );
Class identifier (CLSID) of the COM class that implements the IFWXFilter interface, representing the filter to uninstall.
This method returns S_OK if the call is successful; otherwise, it returns an error code.
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.
Server | Requires Windows Server 2008. |
---|---|
Version | Requires Forefront Threat Management Gateway (TMG). |
Header |
Declared in Wspfwext.idl. |
DLL |
Requires Wspadmin.dll. |
Send comments about this topic to Microsoft
Build date: 11/30/2009
© 2008 Microsoft Corporation. All rights reserved.