LIBRAAPI int ra_info_get_by_name (any_handle h, const char * name, value_handle vh);
LIBRAAPI int ra_info_get_by_name
h
handle
name
name (text string) of information wanted
vh
value_handle receiving the info
Returns 0 if the wanted information was found and != 0 if not. The information will be in vh. For usage of the function please see user-manual.
ra.c