Description
Values are associated with variable names in the config block of the
RSPD configuration file. Multiple values may be associated with
a name (generally signifying an array), or just one. This function
returns a data structure representing one config name and its
values. If no element exists with the given name, NULL is
returned. The list of values can be retrieved with
RSP_nextConfigData by passing the structure returned by
this function.