A SERVICE OF

logo

CHAPTER 2 General Functions
19
RC1
Vix_ReleaseHandle
Function Signature
void
Vix_ReleaseHandle(VixHandle handle);
Parameters
Results
None.
Notes
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, then the handle’s runtime state will be destroyed.
handle Any handle returned by a VIX function.