API Guide
601355 Rev A API Functions 2-775
Functions
70 rc = VSCMD_ModifyMedia ( cmdh,
71 VSID_MEDIA_ID,
mediaid,
72 VSID_BATCH_NAME,
batch,
73 VSID_MANUFACTURER,
manufacturer,
74 VSID_MODMEDIA_OPTION,
modopt,
75 VSID_FIELD_LIST,
num, field,
76 VSID_MEDIA_STAT_VALUE_LIST,
num, value,
77 VSID_MEDIA_STAT_OPTION_LIST,
num, option,
78 VSID_ENDFIELD );
79 }
80
81 return ( rc );
82 }
Notes The VSID_FIELD_LIST,
VSID_MEDIA_STAT_OPTION_LIST, and
VSID_MEDIA_STAT_VALUE_LIST parameters require that two
arguments be passed instead of one.
See Also VS_Global_SetFields(l),
• VSCMD_ModifyMedia(l)
Note
If the argument list does not end with VSID_ENDFIELD,
unpredictable results occur.