Synopsis
       INTEGER FUNCTION OMFset_obj_val(object_id, 
      .                                value_id,
      .                                mode) 
#include <avs/omf.inc> 
       INTEGER object_id(OIDSIZ) 
       INTEGER value_id(OIDSIZ) 
       INTEGER mode
Description
For a complete description of this function, see .
Arguments
object_id
The id of an object with mode by-reference or by-pointer, expressed as an integer.
value_id
The pointer object's value to be set, expressed as an integer.
mode
Reserved for future use. Set to 0 in all cases.
Returned value
The status code (see ).
See also
Related module: