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

Read a UTF8 encoded string from the openned file, reads until hits EOF or until dst is full.

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

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