Struktura HSE_VERSION_INFO

Struktura HSE_VERSION_INFO ma następującą postać:

element TypeDef structnbsp;  {_HSE_VERSIO&N_INFO}

DWORD dwExtensionVersion;
    CHAR lpszExtensionDesc [HSE_MAX_EXT_DLL_NAME_LEN];

} HSE_VERSION_INFO, * LPHSE_VERSION_INFO

Ta struktura jest wskazywanego przez parametr pVer w funkcji członek CHttpServer::GetExtensionVersion . Zawiera numer wersji programu ISA i opis tekstowy ISA.

Członkowie

dwExtensionVersion

Numer wersji ISA.

lpszExtensionDesc

Tekstowy opis ISA. Domyślna implementacja zawiera tekst zastępczy; zastąpić CHttpServer::GetExtensionVersion zapewnienie własne opis.

Zobacz też CHttpServer::GetExtensionVersion

Index