Collapse All
Parallels C API Reference Guide
PrlDisk_LinkedClone_Local Function
PrlDisk.h PHT_VIRTUAL_DISK

This function used to create a linked clone disk

Syntax
PRL_RESULT PrlDisk_LinkedClone_Local(
    const PRL_HANDLE Handle, 
    PRL_CONST_GUID_PTR pGUID, 
    PRL_CONST_STR pDiskName
);
File
Parameters

Handle
A handle of type PHT_VIRTUAL_DISK identifying the source virtual disk.
pDiskName
The new disk name in UTF-8 format. Disk name is the same as the bundle name (Mac) or the directory name (Windows, Linux) containing the virtual disk files.
GUID
Pointer to the source disk snapshot GUID. If the null GUID specified, the new snapshot will be created and the cloned disk will be linked to created GUID.
Returns

PRL_RESULT error code.

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