Collapse All
Parallels Virtualization SDK
ContentsIndex
PreviousUpNext
PrlVmCfg_SetBiosType Function
PHT_VM_CONFIGURATION

Sets BIOS type for the virtual machine.

Syntax
PRL_RESULT PrlVmCfg_SetBiosType(
    PRL_HANDLE hVmCfg, 
    PRL_BIOS_TYPE nBiosType
);
File

PrlApiVm.h

Parameters

nBiosType
Bios type value.
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
© 2021 Parallels International GmbH. All rights reserved.