changes.mady.by.user Barbara Jones
Saved on Dec 19, 2019
Reads records
H5TB_READ_RECORDS (loc_id, table_name, start, nrecords, type_size, field_offset, dst_sizes, data )
<pre><code class="language-c"> herr_t H5TBread_records ( hid_t loc_id, const char *table_name, hsize_t start, hsize_t nrecords, size_t type_size, const size_t *field_offset, const size_t *dst_sizes, void *data )</code></pre>
loc_id
table_name
start
nrecords
type_size
field_offset
dst_sizes
data
H5TB_READ_RECORDS reads some records identified from a dataset named table_name attached to the object specified by the identifier loc_id.
Returns a non-negative value if successful; otherwise returns a negative value.