int CfgFindSection_global

( t_config* p_Cfg, char* psz_Name )

API-Function

Documentation

API-Function

find a section named 'psz_Name' in 'p_Cfg'. this function will search the whole tree of 'p_Cfg'.

defined in 'cconfig.c'

Parameters:
p_Cfg - a pointer to a valid t_config
- psz_Name of the section to find
Returns:
0 not found
1 found
Preconditions:
p_Cfg must be valid or this function will simply do nothing
See Also:
CfgFindVariable
CfgFindSection
CfgSetToVariable
CfgSetToSection
CfgFindVariable_global

Alphabetic index



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