IFWXSlowDataFilter::OkToTerminate method

Applies to: desktop apps only

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

Syntax

HRESULT OkToTerminate();

Parameters

This method has no parameters.

Return value

This method can return one of these 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

Minimum supported client

None supported

Minimum supported server

Windows Server 2008 R2, Windows Server 2008 with SP2 (64-bit only)

Version

Forefront Threat Management Gateway (TMG) 2010

Header

Wspfwext.idl

DLL

Wspsrv.exe

See also

IFWXSlowDataFilter

 

 

Build date: 7/12/2010