TerminateFilter

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.