Converts virtual disks that were created with an older version of Parallels Service to the current version.
PRL_RESULT PrlDisk_ConvertToCurrent_Local( 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 only be used to convert virtual disks residing on the same machine where the client application is running. You do not have to establish a connection with the Parallels Service prior to calling this function. To convert disks on remote machines, use the PrlDisk_ConvertToCurrent function.