API Guide
2-674 API Functions 601355 Rev A
VSCMD_
Import VSCMD_Import is issued to request execution of VolServ
Import requests.
A client uses Import requests to logically add media to the
VolServ system. Upon receipt of an Import request, the
specified media are added to the VolServ system. If a
non-unique media identifier is specified, the Import for that
medium fails.
Import is a logical operation. Media must be physically entered
into an archive before they are available for client use
(mounting,"…"). Entry is performed by an operator selecting
the Enter function from the appropriate archive's console
display. The Enter function is not available from the API.
Synopsis VST_BOOLEAN VSCMD_Import (
VST_COMMAND_HANDLE handle,
"…",
VSID_ENDFIELD )
Arguments handle = The command handle for this Import request.
"…" = Variable length argument list consisting of pairs of
arguments. Each pair of arguments consists of a parameter
identifier, followed by the value of the field to use for this
request. The valid parameter identifiers and types for this
function are shown in the following "Parameters"
paragraph.
VSID_ENDFIELD = Required at the end of the variable
length argument list to indicate the end of the list.