|
|
|
Location:
PublicRegistry.h
Link against: ecom.lib
MPublicRegistry
Supported from 7.0
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()
virtual RImplInfoArray& ListImplementationsL(TUid aInterfaceUid) const = 0;
Provides a list of the implementations that satisfy the specified interface.
|
|