TerminateFilter Function

The TerminateFilter is an entry point exposed by ISAPI filters. This function indicates to the filter that it is going to 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.

BOOL WINAPI TerminateFilter(
   DWORD dwFlags
);

Parameters

  • dwFlags
    No values for dwFlags have been identified at this time.

Requirements

Client: Requires Windows XP Professional, Windows 2000 Professional, or Windows NT Workstation 4.0.

Server: Requires Windows Server 2003, Windows 2000 Server, or Windows NT Server 4.0.

Product: IIS

Header: Declared in httpfilt.h.

Return Value

The return value is currently ignored.