Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
virtual P6R::P6ERR P6R::p6IWStrTable::deleteString ( const P6WCHAR pSectionName,
const P6WCHAR pKey 
)
pure virtual

Remove the string associated with the "pKey" parameter in the loaded string table.

The string table file is not modified until the p6IWStrTable object is released.

Parameters
pSectionName[IN] Set to NULL to get the "strings" section, caller can use this parameter to define their own application specific strings section.
pKey[IN] Pointer to a string that uniquely defines the string to delete.
Returns
SuccessP6R::eOk 
FailureP6R::eInvalidArgIf pKey is NULL.
P6R::eFormatErrorIf length of "strings" + pKeyName is > P6R::MAX_IDENTIFER_SIZE-1
P6R::eNotFoundItem to delete is not in string table.
P6R::eNoMemoryInsufficient memory perform operation.
P6R::eNotInitializedA successful call to initialize was not made before this call.