TOC PREV NEXT INDEX

OMread_desc

Synopsis


int OMread_desc (OMobj_id parent, const char * filename,0 );

Description

OMread_desc reads an ascii V file into AVS/Express. New objects defined in the V file become subobjects of parent .

Arguments

parent
The id of an object. parent can be any object that can have subobjects, such as SingleWindowApp, Applications, or a library, group, or macro.You cannot specify OMnull_obj for parent .
filename
The name of a V file. You can specify an absolute pathname or a path relative to the current directory of the calling process.
0
The third argument must be 0.

Returned value

The status code (see Return Status). A 0 return status indicates that errors were encountered while parsing the file.

Examples

none.

See Also

none.

TOC PREV NEXT INDEX