![]() |
![]() |
![]() |
![]() |
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
parentThe 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 .
filenameThe name of a V file. You can specify an absolute pathname or a path relative to the current directory of the calling process.
0Returned value
The status code (see Return Status). A 0 return status indicates that errors were encountered while parsing the file.Examples
none.See Also
![]() |
![]() |
![]() |
![]() |