Web.Win.ISAPIApp.TISAPIApplication.GetExtensionVersion

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetExtensionVersion(var Ver: THSE_VERSION_INFO): BOOL;

C++

System::LongBool __fastcall GetExtensionVersion(Winapi::Isapi2::HSE_VERSION_INFO &Ver);

Properties

Type Visibility Source Unit Parent
function public
Web.Win.ISAPIApp.pas
Web.Win.ISAPIApp.hpp
Web.Win.ISAPIApp TISAPIApplication

Description

Returns the application name and version number.

The HTTP server calls GetExtensionVersion to obtain the application name and version number. GetExtensionVersion returns the version number for the HTTP functions in the runtime library, and the Title property of the ISAPI application object.

See Also