extern long cfl_section_get_values_count

(const cflh_t HANDLE,
  const char* SECTION_NAME )

Gets the number of variables from a section.

Documentation

Gets the number of variables from a section.
Parameters:
HANDLE - The cfl handle to use
SECTION_NAME - The name of the section to get the number of values from
Returns:
the number of variables into the SECTION_NAME of the HANDLE in case of success.
CFL_ERR_SECTION_NOT_EXISTS if the SECTION_NAME does not exists.
Preconditions:
HANDLE must be a valid cfl handle
See Also:
cfl_section_add()
cfl_section_remove()

Alphabetic index


f