Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
virtual P6R::P6ERR P6R::p6II18nFile::fgetwc ( P6WCHAR pWc)
pure virtual

Read the next wide character from the openned file.

Parameters
pWc[ out ] Pointer to a wide character variable.
Returns
SuccessP6R::eOk 
FailureP6R::eEndOfFileNo more characters left in file.
P6R::eInvalidArgpWc is NULL.
P6R::eNotInitializedA successful call to initialize was not made before this call.