EMS.Services.IEMSServices.SupportsService

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

Delphi

function SupportsService(const Service: TGUID): Boolean;

C++

virtual bool __fastcall SupportsService(const GUID &Service) = 0 ;

プロパティ

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


説明

指定された GUID のサービスを EMS サーバーがサポートしている場合は True を返し、そうでない場合は False を返します。

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

関連項目