Parallels Virtualization SDK
|
Determines the interval at which compacting virtual disks are doing by Automatic HDD compress.
PRL_RESULT PrlVmCfg_GetAutoCompressInterval( PRL_HANDLE hVmCfg, PRL_UINT32_PTR pnInterval );
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.
Automatic HDD compress is a facility that allows to make automatic compress of a virtual machine disks at predefined time intervals. The currently set time interval can be obtained using this function.