Microsoft Internet Security and Acceleration Server 2000

HTTP_FILTER_VERSION

This structure is used by GetFilterVersion to obtain the version information about the filter.

typedef struct _HTTP_FILTER_VERSION {
  DWORD dwServerFilterVersion;
  DWORD dwFilterVersion;
  CHAR lpszFilterDesc[SF_MAX_FILTER_DESC_LEN];
  DWORD dwFlags;
} HTTP_FILTER_VERSION, *PHTTP_FILTER_VERSION;

Members

dwServerFilterVersion
The ISAPI version in use by the server.
dwFilterVersion
The version number of ISAPI used by the Web (ISAPI) filter. The version used by your filter can be set by using the HTTP_FILTER_REVISION definition from the httpfilt.h header file in the Windows 2000 SDK.
lpszFilterDesc
Points to a null-terminated string that provides a short description of the Web (ISAPI) filter.
dwFlags
Contains flags that indicate for which notification-event types the filter should be notified, and what the filter's priority is. See Event Notifications for a list of priority flag values.