Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
virtual P6R::P6ERR P6R::p6IModule::start ( void  )
pure virtual

Called by the component loader (after initialize() has been successfully called) to execute any startup code that the component DLL needs to execute.

Returns
SuccessP6R::eOkStartup succeeded, conitinue loading the component.
FailureAny P6ERR failure codeStartup code failed, the component DLL willnot be loaded and an error will be returned.