Microsoft Internet Security and Acceleration Server 2004 SDK

TerminateFilter

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:

BOOL WINAPI TerminateFilter(
  DWORD dwFlags
);

Parameters

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

Requirements

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

See Also

Entry-Point Functions