API Guide
2-404 API Functions 601355 Rev A
85 VS_Component_SetFields(comphandle
,
86 VSID_COMP_TYPE,
CompType,
87 VSID_COMP_ID,
CompID,
88 VSID_ENDFIELD);
89 VS_Table_AddEntry(comphandletable
,comphandle);
90 }
91 /* This also only needs to be set
if it is */
92 /* actually being used. */
93 /* It is not needed otherwise. */
94 VSCMD_CreateArchiveMediaClass_Set
Defaults(
95 VSID_COMPONENT_HANDLE_TABLE
comphandletable,
96 VSID_ENDFIELD);
97 }
98
99 /* create the command handle */
100 /* Note that the command handle is not
destroyed */
101 /* in this routine, but in
vst_dispatch */
102 /* when final status is received. */
103 cmd = VS_Command_Create();
104 if (cmd != (VST_COMMAND_HANDLE )NULL)
105 {
106 /* Send the command to the VolServ
software. */
107 /* Note that status is not
processed here. */
108 /* Instead, it is processed in the
vst_dispatch */
109 /* Also, note that default values
such as */