conn
is the connection descriptor established by a previous call to mi_open() or mi_server_connect().
Yes
The DataBlade API save set routines allocate and manage storage for the save set. When the application no longer requires the save set, it should free the save-set resources with mi_save_set_destroy(). A save set is freed when the connection on which it was created is closed. Return Values On success, returns a pointer to a new save set; on failure, returns NULL. Related Topics For additional information, see the descriptions of the following functions: mi_save_set_delete(), mi_save_set_get_first(), mi_save_set_get_last(), mi_save_set_get_next(), mi_save_set_get_previous(), and mi_save_set_insert().