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

Get snapshots count.

Syntax
PRL_RESULT PrlDisk_GetSnapshotsCount(
    const PRL_HANDLE Handle, 
    PRL_UINT32_PTR SnapshotsCount
);
File
Parameters

Handle
A handle of type PHT_VIRTUAL_DISK identifying the virtual disk.
SnapshotsCount
[out] Pointer to the variable to receive count of the shots on disk.
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!