object_value_list_function typedef
Look in the table of objects of this type, and get the COV Value List.
@ingroup ObjHelpers
@param in The object instance number to be looked up.
@param out The value list
@return True if the object instance supports this feature, and has changed.
Implementation
typedef object_value_list_function =
ffi.Pointer<ffi.NativeFunction<object_value_list_functionFunction>>;