|
pure virtual |
The Error handler component is defined and set by the application.
Return a pointer to the handler that the application set.
| pObject | [ out ] Pointer to error handler |
| Success | P6R::eOk | |
| Failure | P6R::eNotInitialized | A successful call to intialize() must be made before calling this funciton. |
| P6R::eInvalidArg | pObject is NULL. |