Programming Guide



sm_list_objects_end

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.

Description

sm_list_objects_end destroys an object contents list created by sm_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.

See Also

sm_list_objects_start