Collapse All
Parallels Desktop® 10 for Mac — C API Reference Guide
PrlVmCfg_Set3DAccelerationMode Function
PHT_VM_CONFIGURATION

Sets 3D graphical acceleration technology mode for the specified virtual machine.

Syntax
PRL_RESULT PrlVmCfg_Set3DAccelerationMode(
    PRL_HANDLE hVmCfg, 
    PRL_VIDEO_3D_ACCELERATION n3DAccelerationMode
);
File

PrlApiVm.h

Parameters

hVmCfg
A handle of type PHT_VIRTUAL_MACHINE identifying the virtual machine.
n3DAccelerationMode
Setting value. See PRL_VIDEO_3D_ACCELERATION enum.
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-2015 Parallels IP Holdings GmbH and its affiliates. All rights reserved.
What do you think about this topic? Send feedback!