Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
virtual P6R::P6ERR P6R::p6IWConfig::initialize ( P6CONFIGFLAGS  flags,
const P6CHAR pLocale 
)
pure virtual

Sets up the object to run properly.

Parameters
flags[ in ] Set perferences for the new object.
pLocale[ in ] A standard langange tag (e.g., en_us, fr_fr, fr_ca (french canadian)). This parameter can be set to NULL, in which case a default is used.
Returns
SuccessP6R::eOk 
FailureP6R::eAlreadyInitializedThis function can only be called once successfully.
P6R::eNoMemoryThere is insufficient memory to properly initialize the component.
P6R::eInvalidStateAn internal error has occurred preventing proper initialization.