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