Programming Guide |
Destroys an object contents list
void sm_list_objects_end(int list_id);
list_id
- An integer handle to the object contents list to destroy, obtained from sm_list_objects_start.
sm_list_objects_end
destroys an object contents list created bysm_list_objects_start
and deallocates the memory associated with it. All subsequent attempts to access this list yield an error (PR_E_OBJID
). Always pair this function with sm_list_objects_start.