Symbian
 Developer Library

DEVELOPER LIBRARY

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



Location: ImplementationProxy.h
Link against: ecom.lib

Typedef TImplementationProxy

typedef struct
    {
    TUid    iImplementationUid;
    const TAny* iNewLFuncPtr;
    } TImplementationProxy;

Support

Supported from 7.0

Description

Pairs an implementation UID with a pointer to the creation function for that implementation.

An implementation collection's first exported function must return an array of TImplementationProxys that describe the implementation available in the collection.

iImplementationUid is the implementation's UID.

iNewLFuncPtr is a pointer to the creation function for that implementation.