Converts virtual disks that were created with an older version of Parallels Service to the current version.
PRL_RESULT PrlDisk_ConvertToCurrent( PRL_CONST_STR pDiskName );
PrlDisk.h
PRL_RESULT. Possible values:
PRL_ERR_INVALID_ARG - invalid argument values.
PRL_ERR_SUCCESS - function completed successfully.
This function can be used to convert disks residing on local and remote machines. A connection to the Parallels Service is required to do both. As a convenience, the PrlDisk_ConvertToCurrent_Local function is provided to convert virtual disks on local machines.