![](https://pdfstore-manualsonline.prod.a.ki/pdfasset/a/73/a73a4b49-d7f1-4c0b-9164-d43628ae57b6/a73a4b49-d7f1-4c0b-9164-d43628ae57b6-bg125.png)
API Guide
601355 Rev A API Functions 2-243
Functions
VS_Global_
SetFields
VS_Global_SetFields sets the value of one or more fields
in a global handle. A global handle is used to maintain global
default parameter values for VolServ commands.
Synopsis
VST_BOOLEAN VS_Global_SetFields
(
"…",
VSID_ENDFIELD )
Arguments
• "…" = 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.
Tip
Global defaults can be overridden by command-level specific
defaults. Command-specific defaults, in turn, can be
overridden by parameter values specified in an actual
command’s parameter list.