#define P6IMPLEMENT_GETIMODULE ( verInfo,
dllStart,
dllEnd   ) 
Value:
static P6R::P6INT32 g_cActiveComponents = 0;                               \
extern "C" P6EXPORT P6R::P6ERR p6GetIModule(P6R::p6IModule **ppModule)     \
{                                                                          \
   return p6GlueGetIModule(&g_sComponentDataArray[0],                      \
                        g_cComponentDataEntries,                           \
                        &g_cActiveComponents,                              \
                        ppModule,(verInfo),(dllStart),(dllEnd));           \
}

Definition at line 495 of file p6comhlpr.h.

 All Classes Files Functions Variables Typedefs Enumerations Enumerator Defines
Copyright © 2004 - 2010 P6R Inc. - All Rights Reserved.