Microsoft Internet Security and Acceleration Server 2000

IFWXDataFilter::Detach Method

Detaches a data filter. When a data filter is detached it must release the references it holds to the socket interfaces and to the connection.

HRESULT Detach()

Return Values

S_OK
The method succeeded. S_OK must be returned by this method. Any error should be handled in this method.

Remarks

This method may be called before the SetSockets method to ensure cleanup in case of failures.