ADIC 601355 Rev A Digital Camera User Manual


  Open as PDF
of 1192
 
API Guide
2-1046 API Functions 601355 Rev A
Parameters
Parameter Type Description
VSID_CLIENT_DISPATCH
(VST_CLIENT_DISPATCH)
The name of the client dispatch routine to
receive status on Reclassify commands.
VSID_COMMAND_HANDLE
(VST_COMMAND_HANDLE)
The command handle of the request to
reprioritize. If VSID_REQUEST_ID and
VSID_REQUEST_TYPE are specified,
VSID_COMMAND_HANDLE is not applicable.
VSID_ENTERPRISE_ID
(VST_ENTERPRISE_ID)
The identifier of the enterprise, if any, to
receive intermediate and final status on this
request.
VSID_NEW_PRIORITY (VST_PRIORITY) The new execution priority to be assigned to
the specified request. Assignable priority
values are restricted to a range from 1
(highest) to 32 (lowest) inclusive.
VSID_PRIORITY (VST_PRIORITY) The requested execution priority for this
Reprioritize request. Assignable priority
values are restricted to the range from 1
(highest) to 32 (lowest) inclusive. The default
priority value is 15.
VSID_REQUEST_ID (VST_REQUEST_ID) The identifier of the request to reprioritize. If
VSID_COMMAND_HANDLE is specified,
VSID_REQUEST_ID is not applicable.
VSID_REQUEST_TYPE
(VST_REQUEST_ID)
The request type of the request to reprioritize.
Valid values for this field are enumerated in
the vs_types.h file. VSID_COMMAND_HANDLE
is specified, VSID_REQUEST_TYPE is not
applicable.
VSID_RETRY_LIMIT (VST_RETRY_LIMIT) The number of times the API software retries
for command status from VolServ before
returning a time-out to the client software for
this request. VSID_RETRY_LIMIT is not
applicable when the API software executes in
asynchronous mode.