int i_CfgSetToSection

( t_config* p_Cfg, char* psz_Secname )

internal function

Documentation

internal function

find section 'psz_Name' in 'p_Cfg'

defined in 'cfghelpers.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++.