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 P6INT32 addref (void)=0
 
virtual P6R::P6ERR createInstance (p6ICom *pOuter, const P6R::P6IID &iid, P6VOID **ppIface)=0
 
virtual P6R::P6ERR lockServer (P6BOOL bLock)=0
 
virtual P6R::P6ERR queryInterface (const P6R::P6IID &iid, P6VOID **ppIface)=0
 
virtual P6INT32 release (void)=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 377 of file p6compif.h.


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