int CfgAddSubSection

( t_config* p_Cfg, char* psz_Name,
  char* psz_Description, char* psz_Comment,
  int n_Status )

API-Function

Documentation

API-Function

add a new SubSection to the current branch

defined in 'cconfig.c'

Parameters:
p_Cfg - a pointer to a valid t_config
- psz_Name name of the new SubSection
- psz_Description a description of the new SubSection
- psz_Comment a comment of the new SubSection
- n_Status a status of the new SebSection
Returns:
CFGERROR_NO_CREATE 'p_Cfg' does not exist
CFGERROR_UNKNOWN p_Cfg->n_Error != CFGERROR_OK or subsection already exists.
CFGERROR_NO_SECTION current section does not exist

Alphabetic index



This page was generated with the help of DOC++.