EMS.Services.IEMSServices.GetService

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

Delphi

function GetService(const Service: TGUID): IInterface; overload;

C++

virtual System::_di_IInterface __fastcall GetService(const GUID &Service) = 0 /* overload */;

プロパティ

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


説明

GUID で指定されたサービスのオブジェクト インターフェイスを返します。

指定される GUID は、EMS.Services ユニットの任意のサービス インターフェイスの GUID でかまいません。

対象となるサービスが EMS サーバーでサポートされていない場合、GetService は nil を返します。

関連項目