ADIC 601355 Rev A Digital Camera User Manual


  Open as PDF
of 1192
 
API Guide
601355 Rev A API Functions 2-79
Functions
VSID_QRY_OPTION (VST_QRY_OPTION *) Pointer to the query option for this status.
VSID_REQUEST_HANDLE
(VST_REQUEST_HANDLE *)
Pointer to the first request handle in the
request handle table.
VSID_REQUEST_HANDLE_ENTRY (int) Index of the appropriate request handle in the
request handle table.
(VST_REQUEST_HANDLE *) Pointer to the appropriate request handle in
the request handle table.
VSID_REQUEST_HANDLE_TABLE
(VST_TABLE_HANDLE *)
Pointer to the request handle table associated
with this status.
VSID_REQUEST_ID (VST_REQUEST_ID *) Pointer to the request identifier of the target
command for a Cancel or Reprioritize request.
VSID_SEQUENCE_NUM (int *) Pointer to the sequence number of this status.
Initial status for a command request is
sequence number 0. Sequence numbers for
subsequent statuses for the same command
request are assigned as one-up numbers. For
example, the first intermediate status (if there
is an intermediate status) or the final status (if
there is no intermediate status) is sequence
number 1.
VSID_SEQUENCE_TABLE
(VST_TABLE_HANDLE *)
Pointer to the sequence numbers (in table
format) of the statuses received for this
command.
VSID_STATUS_CODE
(VST_STATUS_CODE *)
Pointer to the status code for this status.
Indicates whether the command was
successful or failed. Valid
VSID_STATUS_CODE values are enumerated
in the vs_types.h file.
VSID_STATUS_TYPE
(VST_STATUS_TYPE *)
Pointer to the status type (intermediate or
final) for this status. Valid
VSID_STATUS_TYPE values are enumerated
in the vs_types.h file.
Parameter Type Description