API Guide
2-118 API Functions 601355 Rev A
VS_Connect_
SetFields VS_Connect_SetFields sets the value of one or more
fields in a connect handle. A connect handle is used to pass
connect information to and from VolServ.
Synopsis VST_BOOLEAN VS_Connect_SetFields
(VST_CONNECT_HANDLE handle,
“…”,
VSID_ENDFIELD )
Arguments handle = Connect 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.
Parame ters
Parameter Type Description
VSID_ENTERPRISE_ID
(VST_ENTERPRISE_ID) Enterprise identifier to associate with this
client.
VSID_PROCEDURE_NUMBER
(VST_PROCEDURE_NUMBER) RPC procedure number of the client process
to receive status messages from VolServ.
VSID_PROGRAM_NUMBER
(VST_PROGRAM_NUMBER) RPC program number of the client process to
receive status messages.