EMS.Services.IEMSServices.GetService

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

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

Properties

Type Visibility Source Unit Parent
function public
EMS.Services.pas
EMS.Services.hpp
EMS.Services IEMSServices

Description

Returns an object interface for the specified service GUID.

The specified GUID may be the GUID of any of the service interfaces of the EMS.Services unit.

If the EMS Server does not support the target service, GetService returns nil.

See Also