|
pure virtual |
This method is called to have the module register itself with the COM runtime.
| pRegistrar | [ in ] A pointer to an instance of the COM Runtime's p6IRegistrar interface. |
| Success | P6R::eOk | All components in the this module have been successfully registered with the COM runtime. |
| Failure | P6R::eNotInitialized | Either this module's initialize() method has not yet been successfully called, or p6Initialize() has not yet been called to initialize the COM runtime. |
| P6R::eNoMemory | There was not enough memory to satisfy the request. |