extern char* cfl_section_get_name_by_position

(cflh_t HANDLE,
  unsigned long POS )

Gets the name of the section in a given position from a cfl handle.

Documentation

Gets the name of the section in a given position from a cfl handle.
Parameters:
HANDLE - The cfl handle from which geting a section name
POS - The position of the section to get the name
Returns:
the section's name at the position POS of the cfl HANDLE.
NULL if 1 >= POS > cfl_get_sections_count (HANDLE).
Preconditions:
HANDLE must be a valid cfl handle
See Also:
cfl_section_insert()
cfl_section_remove()
cfl_get_sections_count()

Alphabetic index


f