|
pure virtual |
Set the open file's orientation (i.e., wide or narrow).
| mode | [ in ] wide == 1, narrow (or byte oriented) == -1, no orientation == 0 |
| result | [ out ] resulting file orientation { wide (1), narrow (-1), none (0) ) |
| Success | P6R::eOk | |
| Failure | P6R::eIoError | fopen was not successfully called. |
| P6R::eNotInitialized | A successful call to initialize was not made before this call. |