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

After one of the setConfigXXX functions are called the state of the object is set to dirty so that on close a new file will be created.

This allows a program to dynamically create a configuration file.

Parameters
pPathName[ in ] Pointer to string containing the full path to the configuration file.
overWrite[ in ] if TRUE then an existing file to be overwritten with entirely new content
Returns
SuccessP6R::eOk 
FailureP6R::eExistsIf the file defined by pPathName already exists,
P6R::eAccessFaultIf readOnly was true on initialize call.
P6R::eNotInitializedA successful call to initialize was not made before this call.