Deallocates a list handle that was previously allocated with the cwbOBJ_CreateListHandle() API. This will free any resources associated with the list.
unsigned int CWB_ENTRY cwbOBJ_DeleteListHandle( cwbOBJ_ListHandle listHandle, cwbSV_ErrHandle errorHandle);
The following list shows common return values.
If the list associated with this handle is opened, this call will close it. If there are opened handles to objects in this list, they will no longer be valid. After this call returns successfully, the list handle is no longer valid.