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

Creates and returns an enumerator for all the strings in the initialized string table.

Both a string's key and value are returned.

Parameters
pSectionName[IN] Set to NULL to get the "strings" section, caller can use this parameter to define their own application specific strings section.
ppEnum[OUT] Pointer to a string enumerator.
Returns
SuccessP6R::eOk 
FailureP6R::eNotInitializedA successful call to initialize was not made before this call.