API Guide
2-100 API Functions 601355 Rev A
VS_
Component_
SetFields
VS_Component_SetFields sets the value of one or more
fields in a VolServ API component handle. A component
handle is used to pass component information to and from
Vol S e rv .
Synopsis VST_BOOLEAN VS_Component_SetFields
( VST_COMPONENT_HANDLE handle,
“…”,
VSID_ENDFIELD )
Arguments handle = Component 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_COMP_ID (VST_COMP_ID) Identifier of the component.
VSID_COMP_TYPE (VST_COMP_TYPE) Type of this component. Valid
VSID_COMP_TYPE values are enumerated in
the vs_types.h file.