Allows to set the time interval at which the time in the virtual machine will be synchronized with the time in the host OS.
PRL_RESULT PrlVmCfg_SetTimeSyncInterval( PRL_HANDLE hVmCfg, PRL_UINT32 nTimeSyncInterval );
PrlApiVm.h
PRL_RESULT . Possible values:
PRL_ERR_INVALID_ARG - invalid handle was passed.
PRL_ERR_SUCCESS - function completed successfully.
Before this function can be used, the time synchronization feature must be enabled in the virtual machine using the PrlVmCfg_SetTimeSynchronizationEnabled function.
|
What do you think about this topic?
Send feedback!
|