LIBRAAPI int ra_lib_get_option (any_handle h, const char * opt_name, value_handle vh);
LIBRAAPI int ra_lib_get_option
h
return option from this object
opt_name
name of the option
vh
after function-call, contains option value
The function tries to return the option opt_name from the object h. At the moment only options for process-plugins (h needs to be a process-handle) are supported.
ra.c