Table of Contents

TTMSFNCElevationPlatformServices.AddPlatformService Method

Registers a platform-specific service implementation under the specified interface GUID.

API unit family: TMSFNCElevation Declaring type: TTMSFNCElevationPlatformServices

Syntax

procedure AddPlatformService(const AServiceGUID: TGUID; const AService: IInterface);

Parameters

Name Description
AServiceGUID Interface GUID the service implements.
AService Service implementation to register.