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

#include <p6compif.h>

Inherits P6R::p6ICom.

Public Member Functions

virtual P6INT32 addref (void)=0
 
virtual P6R::P6ERR canUnloadNow (void)=0
 
virtual P6R::P6ERR end (void)=0
 
virtual P6R::P6ERR enumComponents (p6IEnumComponents **ppEnum)=0
 
virtual P6R::P6ERR getComponentFactory (const P6R::P6CID &cid, const P6R::P6IID &iid, P6VOID **ppIface)=0
 
virtual P6R::P6ERR getModuleInfo (void)=0
 
virtual P6R::P6ERR getVersion (VERFIELDS nField, P6VERSION *pVersion)=0
 
virtual P6R::P6ERR getVersionLocale (P6CHAR *pBuffer, P6SIZE cBuffer)=0
 
virtual P6R::P6ERR getVersionString (VERSTRFIELDS nField, P6WCHAR *pBuffer, P6SIZE *pcBuffer)=0
 
virtual P6R::P6ERR initialize (const P6DLLAPI *pDllApi, const P6WCHAR *pwszFilename)=0
 
virtual P6R::P6ERR queryInterface (const P6R::P6IID &iid, P6VOID **ppIface)=0
 
virtual P6INT32 release (void)=0
 
virtual P6R::P6ERR selfRegister (p6IRegistrar *pRegistrar)=0
 
virtual P6R::P6ERR selfUnregister (p6IRegistrar *pRegistrar)=0
 
virtual P6R::P6ERR start (void)=0
 

Detailed Description

Component module interface used to interface with the COM runtime.

Each component module must implement this interface and make it available through the p6GetIModule() entry-point. The [p6]COM runtime will use this interface to interact with the component module.

If using the [p6]COM "component glue", this is already implemented as part of the boiler-plate.

Definition at line 165 of file p6compif.h.


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