API Guide
2-72 API Functions 601355 Rev A
VS_
Command_
GetStatus-Fields
VS_Command_GetStatusFields retrieves information
associated with the command’s status handle. It can be used in
place of the VS_Status_GetFields routine when the user does
not want to retrieve the status handle explicitly from the
command handle
Synopsis VST_BOOLEAN VS_Command_GetStatusFields
(VST_COMMAND_HANDLE cmdhandle, “…”,
VSID_ENDFIELD )
Arguments cmdhandle = Command handle from where the status
information is retrieved.
“…” = Variable length argument list consisting of pairs of
arguments. Each pair of arguments consists of a parameter
identifier, followed by 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 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 section.
VSID_ENDFIELD = Required at the end of the variable
length argument list to indicate the end of the list.