extern void* cfl_value_get_by_position

(const cflh_t HANDLE,
  const char* SECTION_NAME,
  unsigned long POS,
  char** VALUE_NAME,
  cfl_value_type_t* VALUE_TYPE )

Gets a value by its position from a cfl handle.

Documentation

Gets a value by its position from a cfl handle.
Parameters:
HANDLE - The cfl handle from which getting the value
SECTION_NAME - The name of the section in which the value is
POS - The position of the value to get
VALUE_NAME - The address in which the name of the value will go
VALUE_TYPE - The address in which the type of the value will go
Returns:
the address of the value at position POS from the section SECTION_NAME in the cfl HANDLE in case of success. The name of the founded value is set to VALUE_NAME and its type to VALUE_TYPE.
NULL if SECTION_NAME is not found or if POS is incorrect.
Preconditions:
HANDLE must be a valid cfl handle
See Also:
cfl_value_get_by_name()
cfl_value_set_by_name()

Alphabetic index


f