H5Pget_object_flush_cb
fn
herr_t H5Pget_object_flush_cb(hid_t plist_id, H5F_flush_cb_t * func, void * * udata)Gets the object flush callback and user data from the file access property list.
Parameters
plist_id | File access property list identifier |
func | Pointer to receive the callback function |
udata | Pointer to receive user data pointer |
Returns
Non-negative on success, negative on failure.