Web.Win.ISAPIApp.GetExtensionVersion

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetExtensionVersion(var Ver: THSE_VERSION_INFO): BOOL;

C++

extern DELPHI_PACKAGE System::LongBool __stdcall 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 Web.Win.ISAPIApp

Description

Returns the name and version number of an ISAPI or NSAPI application.

Do not call GetExtensionVersion. ISAPI and NSAPI DLLs export GetExtension to provide an entry point that is called by ISAPI or NSAPI Web servers. This allows the Web server to obtain version information about the web server application.

See Also