Collapse All
Parallels Virtualization SDK
ContentsIndex
PreviousUpNext
PrlDisk_ConvertToCurrent Function
PHT_VIRTUAL_DISK  See Also

Converts virtual disks that were created with an older version of Parallels Service to the current version.

Syntax
PRL_RESULT PrlDisk_ConvertToCurrent(
    PRL_CONST_STR pDiskName
);
File

PrlDisk.h

Parameters

pDiskName
Virtual disk file name in UTF-8 format.

Returns

PRL_RESULT. Possible values: 

PRL_ERR_INVALID_ARG - invalid argument values. 

PRL_ERR_SUCCESS - function completed successfully. 

Remarks

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.

See Also
Links
© 2021 Parallels International GmbH. All rights reserved.