Collapse All
Parallels Virtualization SDK
PrlDisk_LinkedClone_Local Function
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

PrlDisk.h

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-2017 Parallels International GmbH. All rights reserved.