API Guide
601355 Rev A API Functions 2-1033
Functins
48 /* destoyed in this routine, but in
*/
49 /* vst_dispatch when final status is
received. */
50 cmd = VS_Command_Create();
51 if ( cmd != (VST_COMMAND_HANDLE)
NULL)
52 {
53 /* Send the command to the VolServ
software. */
54 /* Note that status is not
processed here. */
55 /* Instead, it is processed in the
*/
56 /* vst_dispatch routine. Also,
note that */
57 /* default values such as timeout
*/
58 /* value retry limit and priority
are set as */
59 /* default parameters. */
60 if ( single_class )
61 {
62 /* all media are in the same
source class */
63 rc = VSCMD_Reclassify(cmd,
64 VSID_MEDIA_CLASS_NAME,
old_media_class,
65 VSID_TARGET_MEDIA_CLASS_NAME,
target_media_class,
66 VSID_MEDIA_ID_LIST, count,
medialist,
67 VSID_ENDFIELD);
68 }
69 else
70 {
71 /* The media are in different
mediaclass */
72 /* groups*/
73 rc = VSCMD_Reclassify(cmd,