Collapse All
Parallels C API Reference Guide
PrlVmCfg_SetIoPriority Function
PrlApi.h PHT_VM_CONFIGURATION

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 © 1999-2011 Parallels Holdings, Ltd. and its affiliates. All rights reserved.
What do you think about this topic? Send feedback!