HSE_VERSION_INFO

This structure passes IIS information regarding the version of the extension.

typedef struct   _HSE_VERSION_INFO {
    DWORD  dwExtensionVersion;
    CHAR   lpszExtensionDesc[HSE_MAX_EXT_DLL_NAME_LEN];
HSE_VERSION_INFO, *LPHSE_VERSION_INFO;

Members

dwExtensionVersion
The version of the extension.
lpszExtensionDescription
A description of the extension.