H5TBAget_fill

fnherr_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_idLocation identifier (file or group)
dset_nameName of the table dataset
dset_idDataset identifier for the table
bufBuffer to receive the fill value data

Returns

Non-negative on success, negative on failure.