API Guide
2-386 API Functions 601355 Rev A
VS_Status_
GetFields VS_Status_GetFields retrieves information associated
with a status handle. A status handle is used to pass status
information to and from VolServ.
Synopsis VST_BOOLEAN VS_Status_GetFields
(VST_STATUS_HANDLE handle,
“…”,
VSID_ENDFIELD)
Arguments handle = The status handle where information is
retrieved.
“…” = 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.
Parame ters
Parameter Type Description
VSID_ACTION_CODE
(VST_ACTION_CODE *)
Pointer to the first entry in the action code
table.
VSID_ACTION_CODE_ENTRY (int) Index of the appropriate entry in the action
code table.
(VST_ACTION_CODE *) Pointer to the appropriate entry in the action
code table.