Collapse All
Parallels Virtualization SDK
PrlVmCfg_SetEfiEnabled Function
PHT_VM_CONFIGURATION

Sets EFI boot for the virtual machine.

Syntax
PRL_RESULT PrlVmCfg_SetEfiEnabled(
    PRL_HANDLE hVmCfg, 
    PRL_BOOL bEfiEnabled
);
File

PrlApiVm.h

Parameters

bEfiEnabled
Setting value. Perform PRL_TRUE to switch on EFI boot. Perform PRL_FALSE to switch off last one.
handle
A handle of type PHT_VIRTUAL_MACHINE identifying the virtual machine.
Returns

PRL_RESULT . Possible values:

PRL_ERR_INVALID_ARG - invalid PHT_VIRTUAL_MACHINE handle or NULL pointer to the output buffer was specified.

PRL_ERR_SUCCESS - operation completed successfully

Remarks

for the specified virtual machine.

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