|
|
|
Location:
ImplementationProxy.h
Link against: ecom.lib
typedef struct
{
TUid iImplementationUid;
const TAny* iNewLFuncPtr;
} TImplementationProxy;
Supported from 7.0
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.