Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
virtual P6R::P6ERR P6R::p6IEnumWStrInit::initialize ( P6ENUMWSTRFLAGS  flags)
pure virtual

Sets up the component to run properly and must be called before any other method.

Parameters
flags[ in ] Set perferences for the new object
Returns
SuccessP6R::eOk 
FailureP6R::eNoMemoryInsuffficient memory to properly initialize the component
P6R::eAlreadyInitializedOnly one successful call to this function is allowed.