H5Pset_append_flush
fn
herr_t H5Pset_append_flush(hid_t dapl_id, uint ndims, const(hsize_t) * boundary, H5D_append_cb_t func, void * udata)Sets append flush parameters in a dataset access property list.
Parameters
dapl_id | Dataset access property list identifier |
ndims | Number of dimensions |
boundary | Array of boundary values |
func | Callback function to invoke when boundary is reached |
udata | User data to pass to the callback |
Returns
Non-negative on success, negative on failure.