This structure passes IIS information regarding the version and description of the extension.
typedef struct _HSE_VERSION_INFO {
DWORD dwExtensionVersion; // extension version
CHAR lpszExtensionDesc[HSE_MAX_EXT_DLL_NAME_LEN]; // description
} HSE_VERSION_INFO, *LPHSE_VERSION_INFO;