TerminateFilter callback function

Applies to: desktop apps only

The TerminateFilter function indicates to the filter that it will be removed from memory. When this function is called, you should make sure that the filter closes any attachments it has made to system resources.

The TerminateFilter function is declared as:

Syntax

BOOL WINAPI TerminateFilter(
  _In_  DWORD dwFlags
);

Parameters

  • dwFlags [in]
    No values for the dwFlags parameter have been identified at this time.

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

Httpfilt.h

See also

Entry-Point Functions

 

 

Build date: 7/12/2010