ra_value_get_long_array -- return pointer to long array from value-handle
Synopsis
LIBRAAPI const long * ra_value_get_long_array (value_handle vh);
Arguments
vh
value-handle
Description
This function returns a pointer to the long array stored in vh. The pointer is valid until vh is used in another function or vh is freed. The number of elements of the array can be get by calling ra_value_get_num_elem().