EMS.Services.TEMSInternalAPI.RetrieveModule

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

Delphi

function RetrieveModule(const AModuleName: string; out AResponse: IEMSResourceResponseContent): Boolean; overload;

C++

bool __fastcall RetrieveModule(const System::UnicodeString AModuleName, /* out */ _di_IEMSResourceResponseContent &AResponse)/* overload */;

プロパティ

種類 可視性 ソース ユニット
function public
EMS.Services.pas
EMS.Services.hpp
EMS.Services TEMSInternalAPI


説明

特定の EMS エッジモジュールを EMS サーバーから取得します。

RetrieveModule は、指定された AModuleName のデータを EMS サーバーから取得し、サーバーからの応答を AResponse に設定して返します。

RetrieveModule は、EMS サーバー内に AModuleName が見つからなければ False を返します。

関連項目