ADIC Digital Camera 601355 Rev A User Manual

Page of 1192
API Guide
2-426
API Functions
601355 Rev A
VS_Table_
RemoveEntry
VS_Table_RemoveEntry
 removes an entry from the 
specified VolServ API table. A table handle is used to pass table 
information to and from VolServ.
Synopsis
VST_BOOLEAN VS_Table_RemoveEntry 
(VST_TABLE_HANDLE handle,
void * entry)
Arguments
handle
 = Handle of the table where the entry is removed.
entry
 = Pointer to the entry to be removed from the table.
Return Values
VS_Table_RemoveEntry
 returns:
VSE_TRUE
 - Successful execution.
VSE_FALSE
 - API failure - An appropriate error code is set 
in 
VSG_Error.
VSE_ERR_BADENTRY
 - Pointer to the entry to be removed 
was null
VSE_ERR_BADHANDLE
 - Specified handle was not a table 
handle.
VSE_ERR_NULLHANDLE
 - Specified handle was a null 
pointer.