Symbian
 Developer Library

DEVELOPER LIBRARY

[Index] [Glossary] [Previous] [Next]



Location: PublicRegistry.h
Link against: ecom.lib

Class MPublicRegistry

MPublicRegistry

Support

Supported from 7.0

Description

Provides a list of implementations of a specified interface.

This interface is implemented by the ECom framework to allow user-side code limited access to the ECom server's registry of interface implementations.

Defined in MPublicRegistry:
ListImplementationsL()


ListImplementationsL()

virtual RImplInfoArray& ListImplementationsL(TUid aInterfaceUid) const = 0;

Description

Provides a list of the implementations that satisfy the specified interface.

Parameters

TUid aInterfaceUid

UID of the required inteface

Return value

RImplInfoArray&

Array of suitable implementations