Collapse All
Parallels C API Reference Guide
PrlVmCfg_Is3DAccelerationEnabled Function
PrlApi.h PHT_VM_CONFIGURATION

Determines whether the 3D graphical acceleration technology is available in the virtual machine video.

Syntax
PRL_RESULT PrlVmCfg_Is3DAccelerationEnabled(
    PRL_HANDLE hVmCfg, 
    PRL_BOOL_PTR pbVm3DAccelerationEnabled
);
File
Parameters

pbVm3DAccelerationEnabled
A pointer to a variable that receives the result. PRL_TRUE indicates that the 3D acceleration is available. PRL_FALSE indicates otherwise.
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-2011 Parallels Holdings, Ltd. and its affiliates. All rights reserved.
What do you think about this topic? Send feedback!