Collapse All
Parallels C API Reference Guide
PrlDisk_ConvertToCurrent Function
PrlDisk.h 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
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
Copyright © 1999-2011 Parallels Holdings, Ltd. and its affiliates. All rights reserved.
What do you think about this topic? Send feedback!