Microsoft Internet Security and Acceleration Server 2000

TerminateFilter

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.

The TerminateFilter function is declared as:

BOOL WINAPI TerminateFilter(
  DWORD dwFlags 
);

Parameters

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