Microsoft Internet Security and Acceleration Server 2004 SDK

IFWXSession::AttachFilter

The AttachFilter method causes a filter to be loaded for this session, even if the initial event for this filter has not yet happened. If the filter has already attached a session filter for this session, nothing happens. Otherwise, the filter's IFWXFilter::AttachToSession method is called.

HRESULT AttachFilter(
  REFCLSID guidFilter
);

Parameters

guidFilter
[in] CLSID of the filter to load.

Return Values

S_OK
The method succeeded.
REGDB_E_CLASSNOTREG
The GUID does not represent a valid filter.

Requirements

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

See Also

IFWXSession