Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
virtual P6R::P6ERR P6R::p6II18nFile::fwide ( P6INT32  mode,
P6INT32 result 
)
pure virtual

Set the open file's orientation (i.e., wide or narrow).

Parameters
mode[ in ] wide == 1, narrow (or byte oriented) == -1, no orientation == 0
result[ out ] resulting file orientation { wide (1), narrow (-1), none (0) )
Returns
SuccessP6R::eOk 
FailureP6R::eIoErrorfopen was not successfully called.
P6R::eNotInitializedA successful call to initialize was not made before this call.