Edit C:\Program Files (x86)\VMware\VMware VIX\doc\lang\perl\functions\SnapshotGetChild.html
<html> <head> <meta HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1"> <meta HTTP-EQUIV="Content-Style-Type" CONTENT="text/css"> <link rel="stylesheet" href="../../../foundrydoc.css" type="text/css" charset="ISO-8859-1"> <link rel="stylesheet" href="foundrydoc.css" type="text/css" charset="ISO-8859-1"> </head> <body> <h1>Name</h1> <b>SnapshotGetChild</b> <h1>Description</h1> <pre> ($err, $childSnapshotHandle) = SnapshotGetChild($parentSnapshotHandle, $index); </pre> <p> This function returns the specified child snapshot. <h1>Parameters</h1> <dl> <dt><i>parentSnapshotHandle</i></dt> <dd> A snapshot handle. </dd> <dt><i>index</i></dt> <dd> Index into the list of snapshots. </dd> </dl> <h1>Return Value</h1> $err. The error code returned by the operation. For returned values, see Topics > Error Codes. <p> $childSnapshotHandle. A handle to the child snapshot. <h1>Remarks</h1> <ul> <li> Snapshots are indexed from 0 to n-1, where n is the number of child snapshots. Use the function SnapshotGetNumChildren() to get the value of n. <li> This function is not supported when using the VIX_SERVICEPROVIDER_VMWARE_PLAYER host type. </ul> <h1>Side Effects</h1> None. <h1>Requirements</h1> <pre> use VMware::Vix::Simple; use VMware::Vix::API::Constants; </pre> since VMware Workstation 6.0 <h1>Example</h1> <pre> my $parentSnapshot; my $childSnapshot; my $numChildren; my $err; my $i; ($err, $numChildren) = SnapshotGetNumChildren($parentSnapshotHandle); printf "the snapshot has %d child snapshots\n", $numChildren; for ($i = 0; $i < $numChildren; $i++) { ($err, $childSnapshot) = SnapshotGetChild($parentSnapshotHandle, $i); } </pre> </body> </html> <hr>Copyright (C) 2007-2017 VMware, Inc. All rights reserved.
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de