isapi.simple.SimpleFilter.GetFilterVersion

GetFilterVersion()

Called by the ISAPI framework to get the extension version

Comments

The default implementation uses the classes docstring to set the extension description, and uses the classes filter_flags attribute to set the ISAPI filter flags - you must specify filter_flags in your class.