Name
SnapshotGetParent
Description
($err, $parentSnapshotHandle) = SnapshotGetParent($snapshotHandle);
This
function
returns the parent of a snapshot.
Parameters
- snapshotHandle
-
A snapshot handle.
Return Value
$err. The error code returned by the operation.
$parentSnapshotHandle. A handle to the parent of the specified snapshot.
Remarks
- If you pass a root snapshot handle as the first parameter, then this function will
return VIX_OK and set parentSnapshotHandle to VIX_INVALID_HANDLE.
Side Effects
None.
Requirements
use VMWare::Vix::Simple;
use VMware::Vix::API::Constants;
since VMware Workstation 6.0
Copyright (C) 2007 VMware, Inc. All rights reserved.