API Guide
601355 Rev A API Functions 2-199
Functions
VS_DrivePool
_GetFields VS_DrivePool_GetFields retrieves information
associated with a drive pool handle. A drive pool handle is used
to pass drive pool information to and from VolServ.
Synopsis VST_BOOLEAN VS_DrivePool_GetFields
( VST_DRIVEPOOL_HANDLE handle,
“…”,
VSID_ENDFIELD )
Arguments handle = Drive pool handle for which information is
retrieved.
“…” = Variable length argument list consisting of pairs of
arguments. Each pair of arguments consists of a 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" paragraph.
VSID_ENDFIELD = Required at the end of the variable
length argument list to indicate the end of the list.
Parame ters
Parameter Type Description
VSID_DRIVE_HANDLE_ENTRY (int) Index of the drive handle to retrieve.
(VST_DRIVE_HANDLE *) Pointer to the location to store the drive
handle.
VSID_DRIVE_HANDLE_TABLE
(VST_TABLE_HANDLE *) Pointer to the drives (in table format) that
belong to this drive pool group.
VSID_DRIVE_ID (VST_DRIVE_ID *) Pointer to the first drive id in the drive handle
table.