EMS.Services.TEMSInternalAPI.RetrieveModuleResource

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

Delphi

function RetrieveModuleResource(const AModuleName, AResourceName: string; out AResponse: IEMSResourceResponseContent): Boolean; overload;

C++

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

プロパティ

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


説明

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

RetrieveModuleResource は、特定の AResourceName の情報を EMS サーバーから取得し、サーバーからの応答を AResponse に設定して返します。

RetrieveModuleResource が受け取るパラメータは次のとおりです。

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

関連項目