int CfgSetToSection

( t_config* p_Cfg, char* psz_Secname )

API-Function

Documentation

API-Function

find section 'pszSecname' in 'p_Cfg'

defined in 'cconfig.c'

Parameters:
p_Cfg - a pointer to a valid t_config
pszSecname - of the section including parent-p_Sections
Returns:
0 not found
1 found
Preconditions:
p_Cfg must be valid or this function will simply do nothing
p_Cfg->n_Error must be CFGERROR_OK or this function will simply do nothing

Alphabetic index



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