(cflh_t HANDLE,
const char* SECTION_NAME,
const char* VALUE_NAME,
cfl_value_type_t* VALUE_TYPE )
Gets a value by its name from a section in cfl handle.
Documentation
Gets a value by its name from a section in cfl handle.
- Parameters:
- HANDLE - The cfl handle from which getting the value
SECTION_NAME - The name of the section in which the value is
VALUE_NAME - The name of the value to get
VALUE_TYPE - The address in which the type of the value will go
- Returns:
- the address of the VALUE_NAME from the SECTION_NAME in case of
success. The type of the founded value is set to VALUE_TYPE.
NULL if SECTION_NAME is not found or if VALUE_NAME is not found.
- Preconditions:
- HANDLE must be a valid cfl handle
- See Also:
- cfl_value_set_by_name()
cfl_value_get_by_position()
Alphabetic index
f