Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
virtual P6R::P6ERR P6R::p6II18nFile::fgetws ( P6WCHAR pDst,
P6UINT32  dstSize 
)
pure virtual

Read a wide-character string from the openned file, reads until hits a new line or EOF or until pDst is full.

A NULL terminator is always added onto the end of pDst.

Parameters
pDst[ out ] (destination) Pointer to a wide character array
dstSize[ in ] Size of dst in wide characters
Returns
SuccessP6R::eOk 
FailureP6R::eInvalidArgpDst is NULL.
P6R::eNotInitializedA successful call to initialize was not made before this call.