Collapse All
Parallels Virtualization SDK
PrlVmCfg_SetModalityOpacity Function
PHT_VM_CONFIGURATION

Sets the opacity used in modality mode.

Syntax
PRL_RESULT PrlVmCfg_SetModalityOpacity(
    PRL_HANDLE hVmCfg, 
    PRL_DOUBLE dOpacity
);
File

PrlApiVm.h

Parameters

hVmCfg
A handle of type PHT_VM_CONFIGURATION identifying the virtual machine configuration.
dOpacity
The value to set.
Returns

PRL_RESULT . Possible values:

PRL_ERR_INVALID_ARG - invalid handle was passed.

PRL_ERR_SUCCESS - function completed successfully.

Links
© 2021 Parallels International GmbH. All rights reserved.