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

When done with a file close frees allocated memory for the file and flushes data to disk.

Returns
SuccessP6R::eOk 
FailureP6R::eNotInitializedA successful call to initialize was not made before this call.
P6R::eTooManyOpenFilesPreviously openned file has not be closed.