API Guide
2-238 API Functions 601355 Rev A
VS_Global_
GetFields VS_Global_GetFields retrieves global default parameters
for all commands. A global handle is used to maintain global
default parameter values for VolServ commands.
Synopsis VST_BOOLEAN VS_Global_GetFields
(
"…",
VSID_ENDFIELD )
Arguments "…" = Variable length argument list consisting of pairs of
arguments. Each pair of arguments consists of a parameter
identifier, followed by a pointer to a location where the
value of the parameter may be stored. 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.