|
pure virtual |
Read the next wide character from the openned file.
| pWc | [ out ] Pointer to a wide character variable. |
| Success | P6R::eOk | |
| Failure | P6R::eEndOfFile | No more characters left in file. |
| P6R::eInvalidArg | pWc is NULL. | |
| P6R::eNotInitialized | A successful call to initialize was not made before this call. |