H5TBAget_fill
fn
herr_t H5TBAget_fill(hid_t loc_id, const char * dset_name, hid_t dset_id, ubyte * buf)Gets the fill value information for a table.
Retrieves the fill value data for a table. The fill value is used when new records are created without explicit data.
Parameters
loc_id | Location identifier (file or group) |
dset_name | Name of the table dataset |
dset_id | Dataset identifier for the table |
buf | Buffer to receive the fill value data |
Returns
Non-negative on success, negative on failure.