API Guide
601355 Rev A API Functions 2-379
Functions
VS_Request_
SetFields VS_Request_SetFields sets the value of one or more
fields in a request handle. A request handle is used to pass
request information to and from VolServ.
Synopsis VST_BOOLEAN VS_Request_SetFields
(VST_REQUEST_HANDLE handle,
“…”,
VSID_ENDFIELD)
Arguments handle = The request handle where information is stored
or updated.
“…” = Each pair of arguments consists of a parameter
identifier, followed by the value of the field to store. 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.
Parame ters
Parameter Type Description
VSID_PRIORITY (VST_PRIORITY) Requested execution priority for this request.
Assignable priority values are restricted to a
range from 1 (highest) to 32 (lowest) inclusive.
The default priority value is 15.