EMS.Services.TEMSInternalAPI.RetrieveModuleResource
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 が受け取るパラメータは次のとおりです。
AModuleName: EMS モジュール リソースを取りに行く先の RAD サーバー エッジモジュールです。AResourceName:AModuleNameのリソース名です。
RetrieveModuleResource は、EMS サーバー内に AResourceName が見つからなければ False を返します。