Microsoft Internet Security and Acceleration Server 2004 SDK

IFWXSlowDataFilter::OkToTerminate

The OkToTerminate method verifies that all data for this connection has been processed.

HRESULT OkToTerminate();

Parameters

This method has no parameters.

Return Values

S_OK
The Microsoft Firewall service can safely terminate the connection.
S_FALSE
Not all data on the connection has been processed.

Remarks

When a data filter returns S_FALSE, it indicates that the Firewall service should not terminate the connection yet. The Firewall service may call this method periodically to check the status of the connection.

This method should take into account reasonable network time-out and eventually return S_OK.

Requirements

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

See Also

IFWXSlowDataFilter