API Guide
601355 Rev A API Functions 2-1055
Functins
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_CLIENT_DISPATCH
(VST_CLIENT_DISPATCH) The name of the client dispatch routine to
receive status on Reprioritize 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
Reprioritize commands.
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
Reprioritize commands. 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.