Collapse All
Parallels Virtualization SDK
PrlVmCfg_IsEfiEnabled Function
PHT_VM_CONFIGURATION

Determines whether EFI boot is switched on.

Syntax
PRL_RESULT PrlVmCfg_IsEfiEnabled(
    PRL_HANDLE hVmCfg, 
    PRL_BOOL_PTR pbEfiEnabled
);
File

PrlApiVm.h

Parameters

pbEfiEnabled
A pointer to a variable that receives the result. PRL_TRUE indicates that the EFI boot is switched on. PRL_FALSE indicates otherwise.
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

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