Collapse All
Parallels C API Reference Guide
ContentsIndex
PreviousUpNext
PrlVmCfg_Set3DAccelerationEnabled Function
PrlApi.h  PHT_VM_CONFIGURATION  Send Feedback

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
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
Copyright © 1999-2010 Parallels Holdings, Ltd. and its affiliates. All rights reserved.
What do you think about this topic? Send feedback!