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. For returned values, see Topics > Error Codes.

$parentSnapshotHandle. A handle to the parent of the specified snapshot.

Remarks

Side Effects

None.

Requirements

use VMware::Vix::Simple;
use VMware::Vix::API::Constants;
since VMware Workstation 6.0
Copyright (C) 2007-2017 VMware, Inc. All rights reserved.