Data of Class ImplementationEntry


create
ComponentFactoryFunc create;

Summary
Function that creates an instance of the implementation

moduleCounter
rtl_ModuleCount * moduleCounter;

Summary
The shared-library module-counter of the implementation. Maybe 0. The module-counter is used during by the createFactory()-function.

nFlags
sal_Int32 nFlags;

Summary
Must be set to 0 ! For future extensions.

Top of Page