API Guide
2-114 API Functions 601355 Rev A
VS_Connect_
GetFields VS_Connect_GetFields retrieves information associated
with a connect handle. A connect handle is used to pass connect
information to and from VolServ.
Synopsis VST_BOOLEAN VS_Connect_GetFields
(VST_CONNECT_HANDLE handle,
“…”,
VSID_ENDFIELD )
Arguments handle = Connect 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_ENTERPRISE_ID
(VST_ENTERPRISE_ID *) Pointer to the enterprise identifier associated
with this client.
VSID_PROCEDURE_NUMBER
(VST_PROCEDURE_NUMBER *) Pointer to the RPC procedure number of the
client process to receive status messages
from VolServ.
VSID_PROGRAM_NUMBER
(VST_PROGRAM_NUMBER *) Pointer to the RPC program number of the
client process to receive status messages.