Web.Win.ISAPIApp.TISAPIApplication.GetExtensionVersion

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

function GetExtensionVersion(var Ver: THSE_VERSION_INFO): BOOL;

C++

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

プロパティ

種類 可視性 ソース ユニット
function public
Web.Win.ISAPIApp.pas
Web.Win.ISAPIApp.hpp
Web.Win.ISAPIApp TISAPIApplication

説明

アプリケーションの名前とバージョン番号を返します。

HTTP サーバーはアプリケーションの名前とバージョン番号を取得するために GetExtensionVersion を呼び出します。GetExtensionVersion はランタイムライブラリに入っている HTTP 関数のバージョン番号と ISAPI アプリケーションオブジェクトの Title プロパティを返します。

関連項目