ADIC Digital Camera 601355 Rev A 사용자 설명서

다운로드
페이지 1192
API Guide
601355 Rev A
API Functions
2-413
Functions
Client deletes entries from a table with the 
VS_Table_RemoveEntry
 function. If the entry to be 
deleted from the table was added with either the 
VS_Table_AddEntry
 or the 
VS_Table_SetFields
 
function, it is the client’s responsibility to free the space for the 
entry after it has been removed from the table. If the entry to be 
deleted from the table was added with the 
VS_Table_CreateAddEntry
 function, the API frees the 
space for the entry after it has been removed from the table.
See Also
VS_Table_Destroy(l),
VS_Table_GetFields(l), 
VS_Table_SetFields(l), 
VS_Table_AddEntry(l), 
VS_Table_CreateAddEntry(l),
VS_Table_RemoveEntry(l)