TerminateFilter Callback Function

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

No values for the dwFlags parameter have been identified at this time.

Requirements

Server Requires Windows Server 2008.
Version Requires Forefront Threat Management Gateway (TMG).
Header

Declared in Httpfilt.h.

See Also

Entry-Point Functions


Send comments about this topic to Microsoft

Build date: 11/30/2009

© 2008 Microsoft Corporation. All rights reserved.