Next Topic

Previous Topic

Book Contents

DeleteValue

bool DeleteValue(string sValueName)

Return values

Non zero if the function is successful; otherwise 0, and a error description can be retrieved by calling GetErrorDescription().

Parameters

  • sValueName - Name of a value that will be deleted.

Remarks

The function deletes a value in the current key, if the value does not exist this function will fail.