LIBRAAPI int ra_lib_set_option (any_handle h, const char * opt_name, value_handle vh);
LIBRAAPI int ra_lib_set_option
h
option will be set in this object
opt_name
name of the option
vh
option value
The function set the option opt_name in object h. At the moment only options for process-plugins (h needs to be a process-handle) are supported.
ra.c