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 the filter should close any attachments it has made to system resources.

DWORD WINAPI HttpFilterProc(
  DWORD dwFlags  
);
 

Parameters

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

© 1997 by Microsoft Corporation. All rights reserved.