Collapse All
Parallels C API Reference Guide
ContentsIndex
PreviousUpNext
PrlVmCfg_SetIoPriority Function
PrlApi.h  PHT_VM_CONFIGURATION  Send Feedback

Sets the specified virtual machine I/O priority.

Syntax
PRL_RESULT PrlVmCfg_SetIoPriority(
    PRL_HANDLE hVmCfg, 
    PRL_UINT32 nVmIoPriority
);
File
Parameters

hVmCfg
A handle of type PHT_VM_CONFIGURATION identifying the virtual machine configuration.
nVmIoPriority
io priority 0-7.

Returns

PRL_RESULT. Possible values: 

PRL_ERR_INVALID_ARG - invalid handle or null pointer was passed. 

PRL_ERR_SUCCESS - function completed successfully. 

Remarks

Priority range is [PRL_IOPRIO_MIN - PRL_IOPRIO_MAX]. The greater priority is, the more time for I/O activity Vm has. By default each Vm has priority of IO_PRIO_DEFAULT.

Links
Copyright (c) 1999-2009 Parallels Software International Inc.
What do you think about this topic? Send feedback!