◆ h5tbwrite_field_name_f()
subroutine h5tbwrite_field_name_f |
( |
integer(hid_t), intent(in) |
loc_id, |
|
|
character(len=*), intent(in) |
dset_name, |
|
|
character(len=*), intent(in) |
field_name, |
|
|
integer(hsize_t), intent(in) |
start, |
|
|
integer(hsize_t), intent(in) |
nrecords, |
|
|
integer(size_t), intent(in) |
type_size, |
|
|
type(type), dimension(*), intent(in) |
buf, |
|
|
integer |
errcode |
|
) |
| |
Overwrites field.
- Parameters
-
loc_id | Location identifier. The identifier may be that of a file or group. |
dset_name | The name of the dataset to overwrite |
field_name | The names of the fields to write |
start | The zero index record to start writing |
nrecords | The number of records to write |
type_size | The size of the structure type, as calculated by sizeof or storage_size. |
buf | Buffer with data. |
errcode | Returns 0 if successful and -1 if it fails. |
See similar C API: H5TBwrite_fields_name()
The documentation for this interface was generated from the following file: