Create a save set

You create a save set with mi_save_set_create(), which returns a pointer to a save-set structure (MI_SAVE_SET).

The mi_save_set_create() function is a constructor for the save-set structure. You pass this save-set structure to other DataBlade® API save-set functions so they can access the save set. The save set is associated with a specified connection. Therefore, you must pass a connection descriptor into mi_save_set_create().