H5Pget_append_flush

fnherr_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_idDataset access property list identifier
dimsNumber of dimensions to retrieve
boundaryArray to receive the boundary values
funcPointer to receive the callback function
udataPointer to receive user data pointer

Returns

Non-negative on success, negative on failure.