|
pure virtual |
Read a UTF8 encoded string from the openned file, reads until hits EOF or until dst is full.
A NULL terminator is always added onto the end of dst.
| pDst | [ out ] (destination) Pointer to a narrow character array |
| dstSize | [ in ] Size of dst in characters |
| Success | P6R::eOk | |
| Failure | P6R::eInvalidArg | pDst is NULL |
| P6R::eNotInitialized | A successful call to initialize was not made before this call. |