Name

Vix_ReleaseHandle

Description

void
Vix_ReleaseHandle(VixHandle 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

vix.h, since VMware Server 1.0
Copyright (C) 2007-2017 VMware, Inc. All rights reserved.