Obtains the time synchronization interval between the host and a guest OS.
PRL_RESULT PrlVmCfg_GetTimeSyncInterval( PRL_HANDLE hVmCfg, PRL_UINT32_PTR pnTimeSyncInterval );
PrlApiVm.h
PRL_RESULT. Possible values:
PRL_ERR_INVALID_ARG - invalid handle or null pointer to buffer was passed.
PRL_ERR_SUCCESS - function completed successfully.
See PrlVmCfg_SetTimeSynchronizationEnabled for more information.