EMS.Services.TEMSInternalAPI.UnregisterModuleResource

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

Delphi

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

C++

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

プロパティ

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


説明

EMS エッジモジュールの特定のリソースを EMS サーバーから登録解除します。

UnregisterModuleResource は、指定された AModuleNameAResourceName を EMS サーバーから登録解除します。

UnregisterModuleResource メソッドはオーバーロードされています。UnregisterModuleResource は、AResponse パラメータに EMS サーバーからの要求応答を設定します。

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

関連項目