![]() | 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_enddestroys an object contents list created bysm_list_objects_startand 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.