Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
virtual P6R::P6ERR P6R::p6IWConfig::openConfigFile ( P6OPENFLAGS  fFlags,
const P6WCHAR pPathName 
)
pure virtual

Loads the contents of a window's style ".ini" file into the object.

Adds the contents of the file to the current in-RAM string table. The fFlags parameter determines what is done on string name collisions. This function can be called multiple times each with a different pPathName parameter.

Parameters
fFlags[ in ] P6OPENFLAGS - not a bit mask so do not or the values together.
pPathName[ in ] Pointer to string containing the full path to the configuration file.
Returns
SuccessP6R::eOk 
FailureP6R::eNotFoundIf the file defined by pPathName does not already exist.
P6R::eInvalidArgIf pPathName is NULL.
P6R::eNotInitializedA successful call to initialize was not made before this call.