Table of Contents

TTMSFNCPDFLibPlatformServices.GetPlatformService Method

Returns the interface registered for the specified GUID, or raises an exception when not found.

API unit family: TMSFNCPDFCoreLibBase Declaring type: TTMSFNCPDFLibPlatformServices

Syntax

function GetPlatformService(const AServiceGUID: TGUID): IInterface;

Parameters

Name Description
AServiceGUID GUID identifying the service to retrieve.

Returns

The registered service interface.