Collapse All
Parallels Virtualization SDK
ContentsIndex
PreviousUpNext
PrlVmCfg_Set3DAccelerationEnabled Function
PHT_VM_CONFIGURATION

Sets 3D graphical acceleration technology mode (enabled or disabled) for the specified virtual machine.

Syntax
PRL_RESULT PrlVmCfg_Set3DAccelerationEnabled(
    PRL_HANDLE hVmCfg, 
    PRL_BOOL bVm3DAccelerationEnabled
);
File

PrlApiDeprecated.h

Parameters

bVm3DAccelerationEnabled
Setting value. Perform PRL_TRUE to enable the 3D acceleration. Perform PRL_FALSE to disable 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 

Links
© 2021 Parallels International GmbH. All rights reserved.