H5Pget_append_flush
fn
herr_t H5Pget_append_flush(hid_t dapl_id, uint dims, hsize_t * boundary, H5D_append_cb_t * func, void * * udata)Gets the values set for append flush from a dataset access property list.
Parameters
dapl_id | Dataset access property list identifier |
dims | Number of dimensions to retrieve |
boundary | Array to receive the boundary values |
func | Pointer to receive the callback function |
udata | Pointer to receive user data pointer |
Returns
Non-negative on success, negative on failure.