typedef struct t_variable


o psz_Name
name of the variable.
o psz_Value
value of the variable
o psz_Description
an optional description for this variable
o psz_Comment
an optional comment for this variable,
o ppsz_Predefs
possible values for this variable.
o n_Status
the status of this variable
o p_Next
pointer to next variable
o p_Prev
pointer to previous variable
structure for variables. a user should not fiddle with this structure directly but use the library functions instead. for that reason, the structure is defined here and not in the header file.

defined in 'cconfig.c'

See Also:
t_section
t_config

Alphabetic index



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