API Guide
2-418 API Functions 601355 Rev A
VS_Table_
Destroy VS_Table_Destroy deallocates a V olServ API table handle
that was allocated with the VS_Table_Create function. A
table handle is used to pass table information to and from
Vol S e rv .
Synopsis VST_BOOLEAN VS_Table_Destroy
(VST_TABLE_HANDLE handle)
Arguments handle = The table handle to be destroyed.
Return Values VS_Table_Destroy returns:
VSE_TRUE - Successful execution.
VSE_FALSE - API failure - An appropriate error code is set
in VSG_Error.
VSE_ERR_NULLHANDLE - Specified handle was a null
pointer.
VSE_ERR_BADHANDLE - Specified handle was not a table
handle.
Example 1 /****************************************
*********
2*
3 * FUNCTION: vst_table_handle
4*
5 * PURPOSE:
6 * This function tests the table handle.
7*
8 * PARAMETERS:
9 * none
10 *