Table of Contents

TTMSFNCCloudFileConversionPlatformServices.GetPlatformService Method

Returns the platform service registered under the given identifier.

API unit family: TMSFNCCloudFileConversion Declaring type: TTMSFNCCloudFileConversionPlatformServices

Syntax

function GetPlatformService(const AServiceGUID: TGUID): IInterface;

Parameters

Name Description
AServiceGUID Identifier of the service to retrieve.

Returns

The registered service interface, or nil when none is registered.