Collapse All
Parallels Virtualization SDK
PrlVm_SetCpuVtxEnabled Function
PHT_VIRTUAL_MACHINE

Sets Virtual Machine CPU VTx support enabling sign.

Syntax
PRL_RESULT PrlVm_SetCpuVtxEnabled(
    PRL_HANDLE hVm, 
    PRL_BOOL bVmCpuVtxEnabled
);
File

PrlApiDeprecated.h

Parameters

handle
valid PRL_HANDLE describing the virtual machine
unnamed_param
setting CPU VTx support enabling sign
Returns

PRL_RESULT . Possible values: PRL_ERR_INVALID_ARG - non valid PHT_VIRTUAL_MACHINE handle was specified PRL_ERR_SUCCESS - operation successfully completed

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