Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
virtual P6R::P6ERR P6R::p6IWConfig::deleteConfigSection ( const P6WCHAR pSectionName)
pure virtual

Removes the entire section assoicated with pSectionName.

If pSectionName is NULL then the unnamed section is used.

Parameters
pSectionName[ in ] Pointer to string defining the section to write the keyName=value pair
Returns
SuccessP6R::eOk 
FailureP6R::eNoMemoryInsufficient memory perform operation.
P6R::eNotInitializedA successful call to initialize was not made before this call.