Initializes the component loader.
This function must be called succesfully before any other loader function.
- Parameters:
-
| pLogSink | An optional p6IDataStream to be used by the loader to log errors. |
| nVerbosity | The log message verbosity. See specific component documentation for values. |
| fFlags | Component loader flags (P6SCLF) |
- Returns:
Success | P6R::eOk | |
Failure | P6R::eAlreadyInitialized | This method has already been successfully called. |
Any Valid P6ERR | This method may return other P6ERR values which can be found in p6err.h |