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

Removes the key value pair assoicated with pSectionName and pKeyName.

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
pKeyName[ in ] Pointer to string defining the name part of: "name=value"
Returns
SuccessP6R::eOk 
FailureP6R::eInvalidArgIf pKeyName is NULL.
P6R::eFormatErrorIf length of pSectionName + pKeyName is > P6R::MAX_IDENTIFER_SIZE
P6R::eNotFoundItem to delete is not in configuration set.
P6R::eNoMemoryInsufficient memory perform operation.
P6R::eNotInitializedA successful call to initialize was not made before this call.