API Guide
601355 Rev A API Functions 2-105
Functions
97 /* destroyed in this routine, but in
*/
98 /* vst_dispatch when final status is
received. */
99 cmd = VS_Command_Create();
100 if (cmd != (VST_COMMAND_HANDLE )NULL)
101 {
102 /* Send the command to the VolServ
software. */
103 /* Note that status is not
processed here. */
104 /* Instead, it is processed in the
*/
105 /* vst_dispatch routine. Also,
note that */
106 /* default values such as timeout,
value */
107 /* retry limit and priority are
set as */
108 /* default parameters. */
109 rc =
VSCMD_ModifyArchiveMediaClass(cmd
,
110 VSID_ARCHIVE_NAME,
archive,
111 VSID_MEDIA_CLASS_NAME,
mediaclass,
112 VSID_HIGH_MARK,
highmark,
113 VSID_LOW_MARK,
lowmark,
114 VSID_CAPACITY,
capacity,
115 VSID_ENDFIELD);
116 }
117 return ( rc );
118}