Collapse All
Parallels Virtualization SDK
PrlDisk_GetTemporarySnapshotUID Function
PHT_VIRTUAL_DISK

Get the UID of the temporary disk snapshot

Syntax
PRL_RESULT PrlDisk_GetTemporarySnapshotUID(
    PRL_HANDLE hDisk, 
    PRL_GUID_PTR pGUID
);
File

PrlDisk.h

Parameters

pGUID
[out] A pointer to a variable that receives UUID.
hParams
[in] A handle of type PHT_VIRTUAL_DISK identifying the virtual disk.
Returns

PRL_RESULT . Possible values are:

PRL_ERR_INVALID_ARG - Invalid handle or null pointer was passed. PRL_ERR_SUCCESS - Function completed successfully.

Links
© 2021 Parallels International GmbH. All rights reserved.