(cflh_t HANDLE,
const char* SECTION_NAME,
const char* VALUE_NAME )
Remove a value from a section from a cfl handle.
Documentation
Remove a value from a section from a cfl handle.
Removes the value VALUE_NAME from the section SECTION_NAME of the cfl HANDLE.
- Parameters:
- HANDLE - The cfl handle to remove the value from
SECTION_NAME - The name of the section in which the value is
VALUE_NAME - The name of the value to remove
- Returns:
- 0 in case of success.
CFL_ERR_SECTION_NOT_EXISTS if the SECTION_NAME does not exists.
CFL_ERR_VALUE_NOT_EXISTS if the VALUE_NAME does not exists in the
section.
- Preconditions:
- HANDLE must be a valid cfl handle
- See Also:
- cfl_value_insert()
Alphabetic index
f