A SERVICE OF

logo

API Guide
601355 Rev A API Functions 2-819
Functions
VSCMD_
DeletePool
VSCMD_DeletePool deletes an existing drive pool.
Upon receipt of a VSCMD_DeletePool request, VolServ
removes the specified drive pool definition, as well as any drive
pool member associations, and returns status to the client
indicating the success or failure of the request.
Synopsis
VST_BOOLEAN VSCMD_DeletePool
(VST_COMMAND_HANDLE handle,
“…”,
VSID_ENDFIELD)
Arguments handle = The command handle for the Delete Pool request.
“…” = Variable length argument list consisting of pairs of
arguments. Each pair of arguments consists of a parameter
identifier, followed by the value to be used as a command
default value for the field. 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.