Collapse All
Parallels Virtualization SDK
ContentsIndex
PreviousUpNext
PrlVmCfg_GetBiosType Function
PHT_VM_CONFIGURATION

Returns type of the virtual machine BIOS.

Syntax
PRL_RESULT PrlVmCfg_GetBiosType(
    PRL_HANDLE hVmCfg, 
    PRL_BIOS_TYPE_PTR pnBiosType
);
File

PrlApiVm.h

Parameters

pnBiosType
[out] A pointer to a variable that receives the result.
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.