ADIC 601355 Rev A Digital Camera User Manual


  Open as PDF
of 1192
 
API Guide
601355 Rev A API Functions 2-703
Functions
Arguments handle = The command handle for this Lock request.
"…" = 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 use for this
request. The valid parameter identifiers and types for this
function 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_CLIENT_DISPATCH
(VST_CLIENT_DISPATCH)
Name of the client dispatch routine to receive
status for this request.
VSID_DRIVE_COUNT (int) Number of drives to lock.
VSID_DRIVE_EXCL_LIST (int) Number of drives in the drive exclusion list.
(VST_DRIVE_ID *) Pointer to the identifiers of the drives in the
specified drive pool that are not to be locked.
VSID_DRIVE_ID (VST_DRIVE_ID) Identifier of a single drive to be reserved for
exclusive use.
VSID_DRIVE_ID_LIST (int) Number of drives in list.
(VST_DRIVE_ID *) Pointer to the identifiers of one or more drives
to be reserved for exclusive use.
VSID_DRIVEPOOL_NAME
(VST_DRIVEPOOL_NAME)
Name of the drive pool group to be reserved
for exclusive use. Valid drive pool names may
contain up to 16 alphanumeric characters,
including spaces. Leading and trailing spaces
are not permitted.
VSID_ENTERPRISE_ID
(VST_ENTERPRISE_ID)
Identifier of the enterprise, if any, to receive
final status for this request.