Name

GetHandleType

Description

$handleType = GetHandleType($handle);
Given a handle, this returns the handle type.

Parameters

handle
Any handle returned by a Vix function.

Return Value

An enumerated type that identifies what kind of handle this is.

Remarks

Side Effects

None.

Requirements

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