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

Discard all existing strings and re-read string table file specified in the initialize call.

The purpose of this function is to allow an application to load the latest string table into memory without having to restart or delete and recreate the p6IWStrTable object. A reload DOES NOT first do a flush of any new added values of the string table to disk (this could result in a loss of some strings).

Returns
SuccessP6R::eOk 
FailureP6R::eNotInitializedA successful call to initialize was not made before this call.