void CfgSetStart

( t_config* p_Cfg )

API-Function

Documentation

API-Function

set pointers to the beginning of 'p_Cfg'. t_config is like a tree. this function let all 'moving' pointers point to the root of this tree.

defined in 'cconfig.c'

Parameters:
p_Cfg - a valid pointer to a t_config
Returns:
nothing
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++.