![](https://pdfstore-manualsonline.prod.a.ki/pdfasset/a/73/a73a4b49-d7f1-4c0b-9164-d43628ae57b6/a73a4b49-d7f1-4c0b-9164-d43628ae57b6-bg96.png)
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
Vo lSer v.
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.
Parameters
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.