Name

AllocPropertyList

Description

($err, $propertyListHandle) = AllocPropertyList($handle, $firstPropertyID, ...);

This function creates a new VIX_HANDLETYPE_PROPERTY_LIST handle with a set of properties on it. VIX_HANDLETYPE_PROPERTY_LIST handles are used to pass extra arguments to many functions.

Parameters

handle
Any valid handle.
firstPropertyID
A property ID. See below for valid values.

Return Value

$err. This function returns VIX_OK if it succeeded, otherwise the return value indicates an error.

$propertyListHandle - The new propertylist.

Remarks

Side Effects

None.

Requirements

use VMware::Vix::Simple;
use VMware::Vix::API::Constants;
since Workstation 6.5

Example






Copyright (C) 2007-2017 VMware, Inc. All rights reserved.