#include <p6compif.h>
Inherits P6R::p6ICom.
Public Member Functions | |
virtual P6R::P6INT32 | addref ()=0 |
virtual P6R::P6ERR | createInstance (P6R::p6ICom *pOuter, const P6R::IID &iid, P6R::P6VOID **ppIface)=0 |
virtual P6R::P6ERR | lockServer (P6R::P6BOOL bLock)=0 |
virtual P6R::P6ERR | queryInterface (const P6R::IID &iid, P6R::P6VOID **ppIface)=0 |
virtual P6R::P6INT32 | release ()=0 |
Component factory used to create instances of components.
Each component within a module must implement an p6IFactory to allow (p6)COM to create new instances of a component.
The component glue code includes boiler-plate which automatically implements this for each registered component in a module.
Definition at line 363 of file p6compif.h.