Collapse All
Virtuozzo Virtualization SDK C API Reference
ContentsIndex
PreviousUpNext
PrlVmCfg_SetVerticalSynchronizationEnabled Function
PHT_VIRTUAL_MACHINE

Disables or enables vertical synchronization video mode for the specified virtual machine.

Syntax
PRL_RESULT PrlVmCfg_SetVerticalSynchronizationEnabled(
    PRL_HANDLE hVmCfg, 
    PRL_BOOL bEnabled
);
File

PrlApiVm.h

Parameters

hVmCfg
A handle of type PHT_VIRTUAL_MACHINE identifying the virtual machine.
bEnabled
Setting value.

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 ©2016-2017 Parallels International GmbH. All rights reserved.