Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
P6R::p6IFactory Interface Referenceabstract

#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
 

Detailed Description

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.


The documentation for this interface was generated from the following file: