IN: Identifier of the file or group where the table is located
const char *table_name
IN: The name of the dataset to overwrite
hsize_tstart
IN: The zero index record to start writing
hsize_tnrecords
IN: The number of records to write
size_ttype_size
IN: The size of the structure type, as calculated by sizeof()
const size_t *field_offset
IN: An array containing the offsets of the fields
These offsets can be calculated with the HOFFSET macro.
const size_t *field_sizes
IN: An array containing the sizes of the fields
const void *data
IN: Buffer with data
Hdf rm anchor
AnchorName
description
Description:
HTML Wrap
class
hdf-rm-section
H5TB_WRITE_RECORDS overwrites records starting at the zero index position start of the table named table_name attached to the object specified by the identifier loc_id.
Hdf rm anchor
AnchorName
returns
Returns:
HTML Wrap
class
hdf-rm-section
Returns a non-negative value if successful; otherwise returns a negative value.