Collapse All
Parallels C API Reference Guide
PrlDisk_GetSnapshotsTree Function
PrlDisk.h PHT_VIRTUAL_DISK Send Feedback

Get snapshots tree.

Syntax
PRL_RESULT PrlDisk_GetSnapshotsTree(
    const PRL_HANDLE Handle, 
    PRL_SNAPSHOT_ELEMENT_PTR pSnapshotTree, 
    PRL_UINT32_PTR BufferSize
);
File
Parameters

Handle
A handle of type PHT_VIRTUAL_DISK identifying the virtual disk.
pSnapshotTree
[out] Pointer to the result buffer.
BufferSize
[in] [out] Pointer to parameter value buffer size, if specified size is lower than needed, here will be returned corrected size.
Returns

PRL_RESULT . Possible values:

PRL_ERR_INVALID_ARG - invalid argument values.

PRL_ERR_SUCCESS - function completed successfully.

Links
Copyright (c) 1999-2008 Parallels Software International Inc.
What do you think about this topic? Send feedback!