Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
virtual P6R::P6ERR P6R::p6IWStrTable::mergeStrings ( P6MERGEFLAGS  fFlags,
const P6WCHAR pStrTable 
)
pure virtual

Read all the strings defined in the pStrTable file and add them to the existing in RAM string table.

The parameter fFlags defines what is to be done on string name collision {use old or use new string}. This function can be called any number of times to repeatedly add in more string files.

Parameters
fFlags[IN] P6MERGEFLAGS Control flags
pStrTable[IN] A full path to a file containing the string table on disk to load.
Returns
SuccessP6R::eOk 
FailureP6R::eNotFoundIf the file defined by pStrTable does not already exist and createOnNew is false.
P6R::eInvalidArgIf pStrTable is NULL.