Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 1.07 KB

hse-version-info-structure.md

File metadata and controls

36 lines (26 loc) · 1.07 KB
description title ms.date f1_keywords helpviewer_keywords ms.assetid
Learn more about: HSE_VERSION_INFO Structure
HSE_VERSION_INFO Structure
11/04/2016
HSE_VERSION_INFO
HSE_VERSION_INFO structure [MFC]
4837312d-68c8-4d05-9afa-1934d7d49b20

HSE_VERSION_INFO Structure

This structure is pointed to by the pVer parameter in the CHttpServer::GetExtensionVersion member function. It provides the ISA version number and a text description of the ISA.

Syntax

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

Parameters

dwExtensionVersion
The version number of the ISA.

lpszExtensionDesc
The text description of the ISA. The default implementation provides placeholder text; override CHttpServer::GetExtensionVersion to provide your own description.

Requirements

Header: httpext.h

See also

Structures, Styles, Callbacks, and Message Maps