Name
ReleaseHandle
Description
ReleaseHandle($handle);
This function decrements the reference count for a handle and
destroys the handle when there are no references.
Parameters
- handle
-
Any handle returned by a Vix function.
Return Value
None.
Remarks
This function decrements the reference count for a handle. You should no
longer use the handle once it has been released. When the last reference
to a handle has been released, the runtime state for the handle is destroyed.
Side Effects
None.
Requirements
use VMware::Vix::Simple;
use VMware::Vix::API::Constants;
since VMware Server 1.0