Collapse All
Parallels C API Reference Guide
PrlDisk_ConvertToCurrent_Local 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_Local(
    PRL_CONST_STR pDiskName
);
File
Parameters

pDiskName
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 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.

See Also
Links
Copyright © 1999-2011 Parallels Holdings, Ltd. and its affiliates. All rights reserved.
What do you think about this topic? Send feedback!