API Guide
2-82 API Functions 601355 Rev A
VS_
Command_
SetFields
VS_Command_Setfields sets the value of one or more
fields in a command handle. A command handle is used to pass
command information to and from VolServ.
Synopsis VST_BOOLEAN VS_Command_Setfields
( VST_COMMAND_HANDLE cmdhandle,
"…",
VSID_ENDFIELD )
Arguments cmdhandle = Command handle where information is
stored.
"…" = 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 store. The
parameter identifiers and types this function accepts 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.