|
The mi_save_set_member() function reports whether the specified row is a member of any save set.
The mi_save_set_member() function determines whether the row that row references is a member of any open save set.
| 0 | indicates that the row is not a member of a save set. |
| 1 | indicates that the row is a member of a save set. |
| MI_ERROR | indicates that the function was not successful. |
See the descriptions of the following functions: mi_save_set_count(), mi_save_set_create(), mi_save_set_get_first(), mi_save_set_get_next(), mi_save_set_get_previous(), and mi_save_set_insert().