Collapse All
Parallels Virtualization SDK
PrlVm_SetConfig Function
PHT_VIRTUAL_MACHINE

The PrlVm_SetConfig is reserved and does nothing.

Syntax
PRL_RESULT PrlVm_SetConfig(
    PRL_HANDLE hVm, 
    PRL_HANDLE hVmCfg
);
File

PrlApiVm.h

Parameters

hVm
A handle of type PHT_VIRTUAL_MACHINE identifying the virtual machine.
hVmCfg
A handle of type PHT_VM_CONFIGURATION identifying the virtual machine configuration.
Returns

PRL_RESULT . Possible values:

PRL_ERR_INVALID_ARG - invalid handle.

PRL_ERR_SUCCESS - function completed successfully.

Links
Copyright © 1999-2017 Parallels International GmbH. All rights reserved.