H5Pset_object_flush_cb
fn
herr_t H5Pset_object_flush_cb(hid_t plist_id, H5F_flush_cb_t func, void * udata)Sets the object flush callback in the file access property list.
Parameters
plist_id | File access property list identifier |
func | Callback function to invoke when an object is flushed |
udata | User data to pass to the callback |
Returns
Non-negative on success, negative on failure.